// // BGReadPackListView.h // BuguLive // // Created by 志刚杨 on 2021/12/23. // Copyright © 2021 xfg. All rights reserved. // #import #import "FDPopView.h" #import "BGRedPackModel.h" NS_ASSUME_NONNULL_BEGIN @interface BGRedPackSendView : FDPopView @property(nonatomic, strong) NSString *video_id; - (void)requestData; @end NS_ASSUME_NONNULL_END