补齐备份工程打开依赖
This commit is contained in:
16
Assets/AppsFlyer/Plugins/iOS/AppsFlyerAdRevenueWrapper.h
Normal file
16
Assets/AppsFlyer/Plugins/iOS/AppsFlyerAdRevenueWrapper.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// AppsFlyerAdRevenueWrapper.h
|
||||
// Unity-iPhone
|
||||
//
|
||||
// Created by Jonathan Wesfield on 01/12/2019.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if __has_include(<AppsFlyerAdRevenue/AppsFlyerAdRevenue.h>)
|
||||
#import <AppsFlyerAdRevenue/AppsFlyerAdRevenue.h>
|
||||
#endif
|
||||
|
||||
@interface AppsFlyerAdRevenueWrapper : NSObject
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user