SignUpViewController.h 339 B

1234567891011121314
  1. //
  2. // ActivityDetailViewController.h
  3. // 千模
  4. //
  5. // Created by MUMEI on 2018/5/18.
  6. // Copyright © 2018年 MUMEI. All rights reserved.
  7. //
  8. #import "ActivityModel.h"
  9. @interface SignUpViewController : UIViewController
  10. @property (weak, nonatomic) IBOutlet UIImageView *headView;
  11. @property (strong, nonatomic) ActivityModel *model;
  12. @end