diff --git a/ios/CodePush/CodePush.h b/ios/CodePush/CodePush.h index 235d6bb61..08c5674c6 100644 --- a/ios/CodePush/CodePush.h +++ b/ios/CodePush/CodePush.h @@ -1,5 +1,5 @@ #if __has_include("RCTEventEmitter.h") -#import "RCTEventEmitter.h" +#import #else #import "React/RCTEventEmitter.h" // Required when used as a Pod in a Swift project #endif diff --git a/ios/CodePush/CodePush.m b/ios/CodePush/CodePush.m index 79f235188..b13f65c88 100644 --- a/ios/CodePush/CodePush.m +++ b/ios/CodePush/CodePush.m @@ -1,9 +1,9 @@ -#import "RCTAssert.h" -#import "RCTBridgeModule.h" -#import "RCTConvert.h" -#import "RCTEventDispatcher.h" -#import "RCTRootView.h" -#import "RCTUtils.h" +#import +#import +#import +#import +#import +#import #import "CodePush.h" diff --git a/ios/CodePush/RCTConvert+CodePushInstallMode.m b/ios/CodePush/RCTConvert+CodePushInstallMode.m index 6ef74a805..b8a4dda18 100644 --- a/ios/CodePush/RCTConvert+CodePushInstallMode.m +++ b/ios/CodePush/RCTConvert+CodePushInstallMode.m @@ -1,5 +1,5 @@ #import "CodePush.h" -#import "RCTConvert.h" +#import // Extending the RCTConvert class allows the React Native // bridge to handle args of type "CodePushInstallMode" @@ -11,4 +11,4 @@ @implementation RCTConvert (CodePushInstallMode) CodePushInstallModeImmediate, // Default enum value integerValue) -@end \ No newline at end of file +@end diff --git a/ios/CodePush/RCTConvert+CodePushUpdateState.m b/ios/CodePush/RCTConvert+CodePushUpdateState.m index 758512440..8ca495c56 100644 --- a/ios/CodePush/RCTConvert+CodePushUpdateState.m +++ b/ios/CodePush/RCTConvert+CodePushUpdateState.m @@ -1,5 +1,5 @@ #import "CodePush.h" -#import "RCTConvert.h" +#import // Extending the RCTConvert class allows the React Native // bridge to handle args of type "CodePushUpdateState" @@ -12,4 +12,4 @@ @implementation RCTConvert (CodePushUpdateState) CodePushUpdateStateRunning, // Default enum value integerValue) -@end \ No newline at end of file +@end