| 1234567891011121314151617 |
- //
- // RankChildController.h
- // model
- //
- // Created by Drew on 2018/11/2.
- // Copyright © 2018 Mine. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface RankChildController : UIViewController
- @property (nonatomic, strong) NSString* type;
- @end
- NS_ASSUME_NONNULL_END
|