OtherRoomBitGiftView.h 347 B

1234567891011121314151617
  1. //
  2. // OtherRoomBitGiftView.h
  3. // FanweApp
  4. //
  5. // Created by xfg on 2017/7/12.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import "BGBaseView.h"
  9. @interface OtherRoomBitGiftView : BGBaseView
  10. @property (nonatomic, strong) MenuButton *largeGiftBtn;
  11. - (void)judgeGiftViewWith:(NSString *)str finishBlock:(FWVoidBlock)finishBlock;
  12. @end