HmvBase.h 488 B

12345678910111213141516171819202122
  1. //
  2. // HmvBase.h
  3. // jiaPei
  4. //
  5. // Created by EchoShacolee on 2017/12/9.
  6. // Copyright © 2017年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #define VAWBAR_H 150
  10. #define SCRV_BottomH 0
  11. @interface HmvBase : UIViewController <JXPagerViewListViewDelegate>
  12. {
  13. UIScrollView* scroll;
  14. }
  15. @property(nonatomic,strong)UIScrollView *zzScrollV;
  16. @property(nonatomic,assign)CGFloat viewH;
  17. @property (nonatomic, readwrite, copy) void(^scrollCallback)(UIScrollView *scrollView);
  18. @end