ModelCardController.h 290 B

12345678910111213
  1. //
  2. // ModelDataController.h
  3. // model
  4. //
  5. // Created by JuYi on 2018/7/16.
  6. // Copyright © 2018年 Mine. All rights reserved.
  7. // 模卡资料
  8. #import "ModelBaseViewController.h"
  9. @interface ModelCardController : ModelBaseViewController
  10. @property(nonatomic, strong) NSString* type;
  11. @end