// // CurrentStaffCurrentYearPerformanceRankVc.h // IBOSS // // Created by guan hong hou on 2018/6/22. // Copyright © 2018年 elongtian. All rights reserved. // #import "BaseViewController.h" @interface CurrentStaffCurrentYearPerformanceRankVc : BaseViewController @property(nonatomic,strong) NSMutableArray *staffList; @end