CNLiveClassifyJumpBridge.h 480 Bytes
//
//  CNLiveClassifyJumpBridge.h
//  CNLiveVideoClassifyKit
//
//  Created by CNLive on 2021/9/9.
//

#import <Foundation/Foundation.h>
#import "CNLiveVideoClassifyProtocol.h"

NS_ASSUME_NONNULL_BEGIN

@interface CNLiveClassifyJumpBridge : NSObject
@property (nonatomic, weak) id<CNLiveVideoClassifyProtocol> protocol;

+(instancetype)shareInstance;

+(UIViewController *)ListViewWithPageType:(NSInteger)pageType param:(NSDictionary *_Nullable)param;
@end

NS_ASSUME_NONNULL_END