//
//  SCClosedCaptionDescription.h
//  SmartclipSDKiOS
//
//  Copyright © 2020 smartclip. All rights reserved.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface SCClosedCaptionDescription : NSObject
- (instancetype)initWithDescription:(NSArray*)description;
@property (nonatomic, copy) NSString *fileURL;
@property (nonatomic, copy) NSString *type;
@property (nonatomic, copy) NSString *language;
@end

NS_ASSUME_NONNULL_END
