//
// HomeHeaderView.h
// redstar
//
// Created by admin on 15/10/26.
// Copyright © 2015年 ZWF. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "CustomPageControl.h"
@interface HomeHeaderView : UIView
@property (nonatomic, strong) UIScrollView *scrollView;
@property (nonatomic, strong) CustomPageControl *customPageControl; // 自定义的pageControl
@end
-
admin authored965ec28b