- //
- // QFTSearchContentView.h
- // HCQuanfangtong
- //
- // Created by qft_Ios_03 on 2018/6/6.
- // Copyright © 2018年 qft_Ios_03. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface QFTSearchContentView : UIView
- @property (nonatomic, strong) NSArray *dataSource;
- @end
|