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