ViewController.h 270 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 // // ViewController.h // publiDemo // // Created by winFan on 11/30/15. // Copyright (c) 2015 winFan. All rights reserved. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController - (void)receiveSDKMessage : (NSNotification *)notification; @end