Skip to content

Commit

Permalink
Update iOS header imports for RN 0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
jgkim committed Jan 5, 2017
1 parent 2fe3e4c commit d5536f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ios/RNSpinkit.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import "RNSpinkit.h"
#import "RCTConvert.h"
#import "RCTBridgeModule.h"
#import "UIView+React.h"
#import <React/RCTConvert.h>
#import <React/RCTBridgeModule.h>
#import <React/UIView+React.h>

@implementation RNSpinkit
{
Expand Down
2 changes: 1 addition & 1 deletion ios/RNSpinkitManager.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import "RNSpinkitManager.h"
#import "RNSpinkit.h"
#import "RCTBridge.h"
#import <React/RCTBridge.h>

@implementation RNSpinkitManager

Expand Down

0 comments on commit d5536f1

Please sign in to comment.