SDKInterface.h 310 Bytes

//
//  PPInterface.h
//  PoolSdk
//
//  Created by winFan on 11/23/15.
//  Copyright (c) 2015 winFan. All rights reserved.
//

#import <PoolSdk/PoolSdk2.h>
#import <XFLoginSDK/XFLoginViewSDK.h>
#import <PaymentSDK/XFPayment.h>

@interface SDKInterface : Interface<XFLoginViewSDKDelegate, XFPayDelegate>

@end