BGOtherPushViewController.h 322 B

12345678910111213141516171819
  1. //
  2. // BGOtherPushViewController.h
  3. // BuguLive
  4. //
  5. // Created by Mac on 2021/8/12.
  6. // Copyright © 2021 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface BGOtherPushViewController : BGBaseViewController
  11. @property(nonatomic, copy) NSString *room_id;
  12. @end
  13. NS_ASSUME_NONNULL_END