PageSwitchModel.h 321 B

1234567891011121314
  1. //
  2. // PageSwitchModel.h
  3. // IBOSSHSH
  4. //
  5. // Created by ssl on 2017/11/20.
  6. // Copyright © 2017年 elongtian. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface PageSwitchModel : NSObject
  10. @property (strong, nonatomic) NSString *title;
  11. @property (strong, nonatomic) UIViewController *controller;
  12. @end