GuiZuBottomView.h 386 B

12345678910111213141516171819202122
  1. //
  2. // GuiZuBottomView.h
  3. // BuguLive
  4. //
  5. // Created by bugu on 2019/12/2.
  6. // Copyright © 2019 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface GuiZuBottomView : UIView
  11. @property (nonatomic, copy) dispatch_block_t buyBlock;
  12. - (void)setDataWithGift:(NSString *)gift money:(NSString *)money day:(NSString *)day;
  13. @end
  14. NS_ASSUME_NONNULL_END