1234567891011121314151617 |
- // 一个图片加一个collocationview 并且有标题
- // topImageAndHotRecommendView.h
- // YouHuiProject
- //
- // Created by jcymac on 2018/9/10.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface topImageAndHotRecommendView : UIView
- -(instancetype)initWithFrame:(CGRect)frame imgUrl:(NSString *)imgUrl title:(NSString *)title dataArray:(NSArray *)dataArray;
- @end
|