// // SuperPlayerSprite.h // SuperPlayer // // Created by cui on 2019/12/25. // Copyright © 2019 annidy. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface SuperPlayerSprite : NSObject @property (strong, nonatomic) NSArray *imageURLs; @property (strong, nonatomic) NSString *webVttURL; @end NS_ASSUME_NONNULL_END