18 lines
341 B
Objective-C
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
|