| 12345678910111213141516171819 |
- //
- // BGOtherPushViewController.h
- // BuguLive
- //
- // Created by Mac on 2021/8/12.
- // Copyright © 2021 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface BGOtherPushViewController : BGBaseViewController
- @property(nonatomic, copy) NSString *room_id;
- @end
- NS_ASSUME_NONNULL_END
|