2015-03-10 12:09:35 -07:00
|
|
|
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
|
2015-03-10 19:03:59 -07:00
|
|
|
#import <AdSupport/ASIdentifierManager.h>
|
|
|
|
|
2015-03-10 12:09:35 -07:00
|
|
|
#import "RCTBridgeModule.h"
|
|
|
|
|
|
|
|
@interface RCTAdSupport : NSObject <RCTBridgeModule>
|
|
|
|
|
|
|
|
@end
|