IVTMeManagerViewController.h
456 Bytes
//
// IVTMeManagerViewController.h
// IVTMeLiveTwo
//
// Created by xrg on 16/9/8.
// Copyright © 2016年 QLQ. All rights reserved.
//
#import "BaseViewController.h"
@protocol IVTMeManageVCDelegate <NSObject>
- (void)canncelAsAdministrator:(NSDictionary *)userInfo;
@end
@interface IVTMeManagerViewController : BaseViewController
@property (nonatomic,copy) NSString *zhuBoId;
@property (nonatomic,assign) id<IVTMeManageVCDelegate>delegate;
@end