Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Remove ADBApplicationOnlyFunctionality from heade
Browse files Browse the repository at this point in the history
  • Loading branch information
shalehaha committed Apr 27, 2015
1 parent 3e0dff8 commit 02bb546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/iOS/AdobeMobileLibrary/ADBMobile.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// SDK Version: 4.5.0

#import <Foundation/Foundation.h>
@class CLLocation, CLBeacon, ADBTargetLocationRequest, ADBMediaSettings, ADBMediaState, ADBApplicationOnlyFunctionality;
@class CLLocation, CLBeacon, ADBTargetLocationRequest, ADBMediaSettings, ADBMediaState;

#pragma mark - ADBMobile

Expand Down Expand Up @@ -494,4 +494,4 @@ FOUNDATION_EXPORT NSString *const ADBTargetParameterMboxHost; ///< The
@property(readwrite) NSUInteger segmentNum; ///< The current segment.
@property(readwrite) NSUInteger eventType; ///< The current event type.

@end
@end

0 comments on commit 02bb546

Please sign in to comment.