Unforked RKNavigator, RKScrollView and RKView

This commit is contained in:
Nick Lockwood
2015-03-10 19:03:59 -07:00
parent 378e59b90a
commit 74e84ba494
14 changed files with 418 additions and 140 deletions

View File

@@ -1,5 +1,7 @@
// Copyright 2004-present Facebook. All Rights Reserved.
#import <AdSupport/ASIdentifierManager.h>
#import "RCTBridgeModule.h"
@interface RCTAdSupport : NSObject <RCTBridgeModule>

View File

@@ -2,8 +2,6 @@
#import "RCTAdSupport.h"
#import <AdSupport/ASIdentifierManager.h>
@implementation RCTAdSupport
- (void)getAdvertisingId:(RCTResponseSenderBlock)callback withErrorCallback:(RCTResponseSenderBlock)errorCallback