Interface.h 340 Bytes
//
//  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,SFSafariViewControllerDelegate>
@property(nonatomic, strong)UIViewController *controller;


@end