Files
back_cantanBuilding/Assets/AppsFlyer/Plugins/iOS/AppsFlyerAdRevenueWrapper.h
2026-05-26 17:55:41 +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