12345678910111213141516171819 |
- //
- // shoujianrenResultView.h
- // smartRhino
- //
- // Created by taidi on 2020/1/13.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "SelectModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface shoujianrenResultView : UIView
- @property (nonatomic,copy)NSArray<SelectModel *> *modelArr;
- @end
- NS_ASSUME_NONNULL_END
|