// // CoachListVC.h // LNManager // // Created by EchoShacolee on 2017/4/8. // Copyright © 2017年 lee. All rights reserved. // #import "SYBase_tbVC.h" @interface CoachListVC : SYBase_tbVC @property(nonatomic,copy)NSDictionary * shcDic; @end