// // HomeRecommendVC.h // smartRhino // // Created by niuzhen on 2020/6/23. // Copyright © 2020 tederen. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface HomeRecommendVC : UIViewController @property (nonatomic, copy) NSString * style; @property(nonatomic, assign) CGFloat height; - (void)headRefresh; @end NS_ASSUME_NONNULL_END