RichieSwiperSlotAdProvider
Objective-C
@protocol RichieSwiperSlotAdProvider <NSObject>
-(RichieAdsSlotAdFlight *) nextFlight;
-(RichieAdsView *) viewWithFrame:(CGRect)frame forAdFlight:(RichieAdsSlotAdFlight *)slotAdFlight;
@end
Swift
protocol RichieSwiperSlotAdProvider : NSObjectProtocol
Undocumented
-
Undocumented
Declaration
Objective-C
-(RichieAdsSlotAdFlight *) nextFlight;
Swift
func nextFlight() -> RichieAdsSlotAdFlight!
-
Undocumented
Declaration
Objective-C
-(RichieAdsView *) viewWithFrame:(CGRect)frame forAdFlight:(RichieAdsSlotAdFlight *)slotAdFlight;
Swift
func view(withFrame frame: CGRect, for slotAdFlight: RichieAdsSlotAdFlight!) -> RichieAdsView!