YH_RoomSecretViewController.h
436 Bytes
//
// YH_RoomSecretViewController.h
// YohoLive
//
// Created by 盖剑秋 on 16/8/29.
// Copyright © 2016年 YOHO!. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface YH_RoomSecretViewController : UIViewController
+ (void)showInController:(UIViewController *)aController completionBlock:(void(^)(NSDictionary *dic, BOOL success))block;
- (void)setCompletionBlock:(void(^)(NSDictionary *dic, BOOL success))block;
@end