1 #import <Foundation/Foundation.h> 3 typedef NS_ENUM(NSInteger, Type) {
16 @property (readonly, nonatomic) Type
type;
17 @property (readonly, nonatomic, strong) NSString *
uri;
18 @property (readonly, nonatomic, strong) NSString *
mimeType;
20 - (id)initWithType:(Type)type mimeType:(NSString *)mimeType uri:(NSString *)uri;
21 - (NSString *)typeToStr:(Type)type;
NSString * mimeType
Definition: OOVASTResource.h:18
NSString * uri
Definition: OOVASTResource.h:17
A URL from which to get VAST information.
Definition: OOVASTResource.h:14
Type type
Definition: OOVASTResource.h:16