//
//  VeplayerSubtitle+ TTVideoEngineSubDecInfoProtocol.h
//  Pods
//
//  Created by ByteDance on 2024/9/25.
//

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

@interface VeplayerTTVideoEngineSubDecInfoProtocolImpl
    : NSObject <TTVideoEngineSubDecInfoProtocol>

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

+ (TTVideoEngineSubDecInfoModel *)getSubtitleInfoModelWithJson:
    (NSDictionary *)json;

@end
