| 1234567891011121314151617 |
- //
- // SignListViewController.h
- // 千模
- //
- // Created by Drew on 2018/12/24.
- // Copyright © 2018 MUMEI. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface SignListViewController : UIViewController
- @property(nonatomic, strong) NSString *pk;
- @end
- NS_ASSUME_NONNULL_END
|