MineViewController.h 674 B

123456789101112131415161718192021222324
  1. //
  2. // SettingViewController.h
  3. // IBOSS
  4. //
  5. // Created by apple on 2017/5/4.
  6. // Copyright © 2017年 沈阳东科云信软件有限公司. All rights reserved.
  7. //
  8. // 功能描述:设置控制器
  9. //
  10. #import "BaseViewController.h"
  11. #import "PerformanceRankListVc.h"
  12. #import "StaffModel.h"
  13. #import "CurrentStaffLastMonthPerformanceRankVc.h"
  14. #import "CurrentStaffCurrentMonthPerformanceRankVc.h"
  15. #import "CurrentStaffCurrentYearPerformanceRankVc.h"
  16. #import "SettingViewController.h"
  17. @interface MineViewController : BaseViewController<UIScrollViewDelegate>
  18. @property(nonatomic,strong) NSMutableArray *staffList;
  19. @property (nonatomic ,assign) NSInteger currentIndex;
  20. @end