BGRedPackSendView.h 373 B

12345678910111213141516171819
  1. //
  2. // BGReadPackListView.h
  3. // BuguLive
  4. //
  5. // Created by 志刚杨 on 2021/12/23.
  6. // Copyright © 2021 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "FDPopView.h"
  10. #import "BGRedPackModel.h"
  11. NS_ASSUME_NONNULL_BEGIN
  12. @interface BGRedPackSendView : FDPopView
  13. @property(nonatomic, strong) NSString *video_id;
  14. - (void)requestData;
  15. @end
  16. NS_ASSUME_NONNULL_END