MOInviteTableView.h 423 B

12345678910111213141516171819202122
  1. //
  2. // MOInviteTableView.h
  3. // MiMoLive
  4. //
  5. // Created by SuperC on 2024/8/8.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface MOInviteTableView : UIView<JXCategoryListContentViewDelegate>
  10. /** 关系类型(0=全部,1=粉丝,2=好友) */
  11. @property (nonatomic, assign) NSInteger relation;
  12. @property (nonatomic, assign) BOOL camera;
  13. @property (nonatomic, copy) NSString *roomId;
  14. @end
  15. NS_ASSUME_NONNULL_END