Appodeal
This commit is contained in:
16
Assets/Plugins/iOS/Appodeal/AppodealMrecViewDelegate.h
Normal file
16
Assets/Plugins/iOS/Appodeal/AppodealMrecViewDelegate.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <Appodeal/Appodeal.h>
|
||||
|
||||
typedef void (*AppodealMrecViewCallbacks) ();
|
||||
typedef void (*AppodealMrecViewDidLoadCallback) ();
|
||||
|
||||
@interface AppodealMrecViewDelegate : NSObject <APDBannerViewDelegate>
|
||||
|
||||
@property (assign, nonatomic) AppodealMrecViewDidLoadCallback mrecViewDidLoadAdCallback;
|
||||
@property (assign, nonatomic) AppodealMrecViewCallbacks mrecViewDidFailToLoadAdCallback;
|
||||
@property (assign, nonatomic) AppodealMrecViewCallbacks mrecViewDidClickCallback;
|
||||
@property (assign, nonatomic) AppodealMrecViewCallbacks mrecViewDidShowCallback;
|
||||
@property (assign, nonatomic) AppodealMrecViewCallbacks mrecViewDidFailToPresentCallback;
|
||||
@property (assign, nonatomic) AppodealMrecViewCallbacks mrecViewDidExpiredCallback;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user