• 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
    add public sdk ios · ff8b5cdf
    ff8b5cdf Browse Files
    xuguohong authored 2017-07-04 11:09:39 +0800
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