ViewController.h
298 Bytes
//
// ViewController.h
// publiDemo
//
// Created by winFan on 11/30/15.
// Copyright (c) 2015 winFan. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <PoolSdk/PoolSdk2.h>
@interface ViewController : UIViewController
- (void)receiveSDKMessage : (NSNotification *)notification;
@end