OOFreewheelAdSpot.h
1 
9 #import "OOAdSpot.h"
10 #import "OOFreewheelManager.h"
11 
15 @interface OOFreewheelAdSpot : OOAdSpot
16 
17 @property(nonatomic, readonly) id<FWSlot> ad;
18 
24 - (id)initWithAd:(id<FWSlot>)ad;
25 
26 @end
A class that holds freewheel ad spot info.
Definition: OOFreewheelAdSpot.h:15
id< FWSlot > ad
Definition: OOFreewheelAdSpot.h:17