RoomUserListViewController.h 455 B

123456789101112131415161718192021
  1. //
  2. // RoomUserListViewController.h
  3. // yunbaolive
  4. //
  5. // Created by IOS1 on 2019/4/26.
  6. // Copyright © 2019 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YBBaseViewController.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface RoomUserListViewController : YBBaseViewController
  12. @property (nonatomic,strong) NSString *titleStr;
  13. @property (nonatomic,strong) NSString *liveuid;
  14. @property (nonatomic,assign) NSInteger type;
  15. @end
  16. NS_ASSUME_NONNULL_END