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