| 1234567891011121314 |
- //
- // ActivityDetailViewController.h
- // 千模
- //
- // Created by MUMEI on 2018/5/18.
- // Copyright © 2018年 MUMEI. All rights reserved.
- //
- #import "ActivityModel.h"
- @interface SignUpViewController : UIViewController
- @property (weak, nonatomic) IBOutlet UIImageView *headView;
- @property (strong, nonatomic) ActivityModel *model;
- @end
|