SignUpViewController.h 330 B

12345678910111213
  1. //
  2. // SignUpViewController.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