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