BGOtherPushPopView.h 331 B

1234567891011121314151617181920
  1. //
  2. // BGOtherPushPopView.h
  3. // BuguLive
  4. //
  5. // Created by Mac on 2021/8/13.
  6. // Copyright © 2021 xfg. All rights reserved.
  7. //
  8. #import "FDUIKitObjC.h"
  9. @class CurrentLiveInfo;
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface BGOtherPushPopView : FDPopView
  12. @property(nonatomic, strong) CurrentLiveInfo *liveInfo;
  13. @end
  14. NS_ASSUME_NONNULL_END