123456789101112131415161718 |
- //
- // YOUPAILCBaseDynamicVC.h
- // LiveChat
- //
- // Created by 张灿 on 2018/9/7.
- // Copyright © 2018年 caicai. All rights reserved.
- //
- #import "ZCBaseTableVC.h"
- #import "JXCategoryListContainerView.h"
- @interface YOUPAILCBaseDynamicVC : ZCBaseTableVC<JXCategoryListContentViewDelegate>
- @property(nonatomic,assign)NSInteger youpaiptype;
- @property(nonatomic,assign)NSInteger youpaipgender;
- -(void)youpaifsetDynamicType:(NSInteger)type andGender:(NSInteger)gender;
- @end
|