CNLiveVideoClassifyProtocol.h 282 Bytes
//
//  CNLiveVideoClassifyProtocol.h
//  CNLiveVideoClassifyKit
//
//  Created by CNLive on 2021/9/9.
//

#import <Foundation/Foundation.h>


@protocol CNLiveVideoClassifyProtocol <NSObject>

-(UIView *)listViewShowPageType:(NSUInteger)pageType  param:(NSDictionary *)param;

@end