Restructuring FBReactKit project: Part 1

This commit is contained in:
Nick Lockwood
2015-06-25 01:59:17 -07:00
parent 1109ce3b8c
commit 648c2b48c2
3 changed files with 6 additions and 3 deletions

View File

@@ -7,8 +7,6 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import <AdSupport/ASIdentifierManager.h>
#import "RCTBridgeModule.h"
@interface RCTAdSupport : NSObject <RCTBridgeModule>

View File

@@ -7,6 +7,8 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import <AdSupport/ASIdentifierManager.h>
#import "RCTAdSupport.h"
@implementation RCTAdSupport