HomeHeaderView.h 375 Bytes
Newer Older
admin's avatar
admin committed
1 2 3 4 5 6 7 8 9
//
//  HomeHeaderView.h
//  redstar
//
//  Created by admin on 15/10/26.
//  Copyright © 2015年 ZWF. All rights reserved.
//

#import <UIKit/UIKit.h>
admin's avatar
admin committed
10
#import "CustomPageControl.h"
admin's avatar
admin committed
11 12 13 14

@interface HomeHeaderView : UIView

@property (nonatomic, strong) UIScrollView *scrollView;
admin's avatar
admin committed
15
@property (nonatomic, strong) CustomPageControl *customPageControl; // 自定义的pageControl
admin's avatar
admin committed
16
@end