Appodeal
This commit is contained in:
11
Assets/Plugins/iOS/Appodeal/AppodealInitializationDelegate.m
Normal file
11
Assets/Plugins/iOS/Appodeal/AppodealInitializationDelegate.m
Normal file
@@ -0,0 +1,11 @@
|
||||
#import "AppodealInitializationDelegate.h"
|
||||
|
||||
@implementation AppodealInitializationDelegate
|
||||
|
||||
-(void) appodealSDKDidInitialize {
|
||||
if(self.initializationCompletedCallback) {
|
||||
self.initializationCompletedCallback();
|
||||
}
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user