Files
tysdk-intergration/sdk-intergration/Assets/AppsFlyer/Plugins/iOS/AppsFlyerAdRevenueWrapper.h
2024-08-08 20:53:34 +08:00

17 lines
315 B
Objective-C

//
// 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