新UI马甲包

FSBaseViewController.h 330B

123456789101112131415
  1. //
  2. // FSBaseViewController.h
  3. // FSScrollViewNestTableViewDemo
  4. //
  5. // Created by huim on 2017/5/23.
  6. // Copyright © 2017年 fengshun. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "HCHomeChannelModel.h"
  10. @interface FSBaseViewController : UIViewController
  11. @property (nonatomic, strong) HCHomeChannelModel *model;
  12. @end