| 123456789101112131415161718192021222324 |
- //
- // SettingViewController.h
- // IBOSS
- //
- // Created by apple on 2017/5/4.
- // Copyright © 2017年 沈阳东科云信软件有限公司. All rights reserved.
- //
- // 功能描述:设置控制器
- //
- #import "BaseViewController.h"
- #import "PerformanceRankListVc.h"
- #import "StaffModel.h"
- #import "CurrentStaffLastMonthPerformanceRankVc.h"
- #import "CurrentStaffCurrentMonthPerformanceRankVc.h"
- #import "CurrentStaffCurrentYearPerformanceRankVc.h"
- #import "SettingViewController.h"
- @interface MineViewController : BaseViewController<UIScrollViewDelegate>
- @property(nonatomic,strong) NSMutableArray *staffList;
- @property (nonatomic ,assign) NSInteger currentIndex;
- @end
|