ViewController.h 310 Bytes
//
//  ViewController.h
//  publiDemo
//
//  Created by winFan on 11/30/15.
//  Copyright (c) 2015 winFan. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <HaiBaoJuheSDK/HaiBaoJuheSDK2.h>
@interface ViewController : UIViewController

- (void)receiveSDKMessage : (NSNotification *)notification;

@end