MainViewController.h 285 Bytes
//
//  MainViewController.h
//  Demo_qiyu
//
//  Created by 许 on 17/6/7.
//  Copyright © 2017年 winFan. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <HaiBaoJuheSDK/HaiBaoJuheSDK2.h>

@interface MainViewController : UIViewController<HaiBaoJuheSdkRealNameCallBack>

@end