#import <Foundation/Foundation.h>
#import <TTSDKFramework/TTSDKFramework.h>

@interface VeplayerTTVideoEngineSubProtocolImpl : NSObject

+ (instancetype)createWithJson:(NSDictionary *)json;

+ (id)getSubtitleProtocolWithJson:(NSDictionary *)json;

+ (void)setDefaultSubLanguageId:(NSInteger)languageId;

+ (void)setupPreloadSubtitleBlockForVidSource:(id)vidSource;

@end
