LoginRecomFooterCollectReusView.h 406 B

1234567891011121314151617181920
  1. //
  2. // LoginRecomFooterCollectReusView.h
  3. // BuguLive
  4. //
  5. // Created by bugu on 2019/12/11.
  6. // Copyright © 2019 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface LoginRecomFooterCollectReusView : UICollectionReusableView
  11. @property (nonatomic, copy) dispatch_block_t changeBlock;
  12. @property (nonatomic, copy) dispatch_block_t goBlock;
  13. @end
  14. NS_ASSUME_NONNULL_END