123456789101112131415161718 |
- //
- // KXTitleAndScrollView.h
- // YouHuiProject
- //
- // Created by jcymac on 2018/9/6.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface KXTitleAndScrollView : UIView
- @property(nonatomic,strong)NSString *title;
- @property(nonatomic,strong)NSArray *dataArray;
- @end
|