• This project
    • Loading...
  • Sign in

public_service / public_sdk_ios

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • public_sdk_ios
  • PoolSdk_Demo
  • Demo
  • ViewController.h
  • xuguohong's avatar
    update 0712 · 9e1ed566
    9e1ed566
    xuguohong authored 2017-07-12 17:43:39 +0800
ViewController.h 298 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>
#import <PoolSdk/PoolSdk2.h>
@interface ViewController : UIViewController

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

@end