QFTSearchContentView.h 277 B

123456789101112131415
  1. //
  2. // QFTSearchContentView.h
  3. // HCQuanfangtong
  4. //
  5. // Created by qft_Ios_03 on 2018/6/6.
  6. // Copyright © 2018年 qft_Ios_03. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface QFTSearchContentView : UIView
  10. @property (nonatomic, strong) NSArray *dataSource;
  11. @end