8 #import <Foundation/Foundation.h> 26 - (instancetype)initWithTime:(NSNumber *)time;
33 - (NSComparisonResult)compare:(
OOAdSpot *)other;
A Generic class to hold AdSpot time info.
Definition: OOAdSpot.h:13
int priority
the priority to distinguish ad spots of same time, adspot having a smaller priority will be played fi...
Definition: OOAdSpot.h:19
NSNumber * time
time to play the ad in second
Definition: OOAdSpot.h:16