1 #import <UIKit/UIKit.h> 
    9 typedef NSObject<LDAdInterstitialProtocol> LDAdInterstitial;
 
   15 @property (nonatomic, weak) id<LDAdInterstitialDelegate> 
delegate;
 
   30 - (void)showFromViewController:(UIViewController *)controller animated:(BOOL) animated;
 
   37 - (void)dismissAnimated:(BOOL) animated;
 
   48 -(void) adInterstitialDidLoad:(LDAdInterstitial *) interstitial;
 
   56 -(void) adInterstitialDidFailLoad:(LDAdInterstitial *) interstitial withError:(NSError *) error;
 
   64 - (void)adInterstitialWillAppear:(LDAdInterstitial *)interstitial;
 
   72 - (void)adInterstitialWillDisappear:(LDAdInterstitial *)interstitial;
 
   79 - (void)adInterstitialDidCompleteRewardedVideo:(LDAdInterstitial *)interstitial withReward:(
int)reward;
 
Definition: LDAdInterstitial.h:40
id< LDAdInterstitialDelegate > delegate
Definition: LDAdInterstitial.h:15
Definition: LDAdInterstitial.h:10