diff --git a/sdks/iOS/AdobeMobileLibrary/ADBMobile.h b/sdks/iOS/AdobeMobileLibrary/ADBMobile.h index 440939f6..0a2b8ee5 100644 --- a/sdks/iOS/AdobeMobileLibrary/ADBMobile.h +++ b/sdks/iOS/AdobeMobileLibrary/ADBMobile.h @@ -7,7 +7,7 @@ // SDK Version: 4.5.0 #import -@class CLLocation, CLBeacon, ADBTargetLocationRequest, ADBMediaSettings, ADBMediaState, ADBApplicationOnlyFunctionality; +@class CLLocation, CLBeacon, ADBTargetLocationRequest, ADBMediaSettings, ADBMediaState; #pragma mark - ADBMobile @@ -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 \ No newline at end of file +@end