• 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
  • framework
  • PoolSdk.framework
  • Headers
  • Interface.h
  • xuguohong's avatar
    idfa · 9afce3de
    9afce3de
    xuguohong authored 2017-09-06 11:28:42 +0800
Interface.h 309 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
//
//  Interface.h
//  PoolSdk
//
//  Created by winFan on 12/10/15.
//  Copyright (c) 2015 winFan. All rights reserved.
//


#include "UnionInterface.h"
#import <SafariServices/SafariServices.h>
@interface Interface : NSObject <UnionInterface>
@property(nonatomic, strong)UIViewController *controller;


@end