c1_unity/Assets/ThirdParty/AppsFlyer/Plugins/iOS/AppsFlyerAdRevenueWrapper.h
2023-07-26 00:05:41 +08:00

18 lines
341 B
Objective-C

//
// AppsFlyerAdRevenueWrapper.h
// Unity-iPhone
//
// Created by Jonathan Wesfield on 01/12/2019.
//
#import <Foundation/Foundation.h>
#import "AFUnityUtils.mm"
#if __has_include(<AppsFlyerAdRevenue/AppsFlyerAdRevenue.h>)
#import <AppsFlyerAdRevenue/AppsFlyerAdRevenue.h>
#endif
@interface AppsFlyerAdRevenueWrapper : NSObject
@end