口袋优选

topImageAndHotRecommendView.h 411B

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