// // adminLists.h // yunbaolive // // Created by zqm on 16/5/22. // Copyright © 2016年 cat. All rights reserved. // #import @protocol adminDelegate -(void)setAdminSuccess:(NSString *)isadmin andName:(NSString *)name andID:(NSString *)ID; @end @interface adminLists : YBBaseViewController @property(nonatomic,weak)id delegate; @end