SDKInterface.h
276 Bytes
//
// PPInterface.h
// PoolSdk
//
// Created by winFan on 11/23/15.
// Copyright (c) 2015 winFan. All rights reserved.
//
#import <PoolSdk/PoolSdk2.h>
#import "YDAccount.h"
#import "YDTool.h"
@interface SDKInterface : Interface<YDAccountDelegate,YDToolDelegate>
@end