mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 19:57:41 +00:00
16 lines
304 B
Objective-C
Executable File
16 lines
304 B
Objective-C
Executable File
//
|
|
// EBayTradingSerivceClient.h
|
|
// eBayTrading
|
|
//
|
|
// Created by bulldog on 13-3-18.
|
|
// Copyright (c) 2013 Leansoft. All rights reserved.
|
|
//
|
|
|
|
#import "EBayAPIInterface_SOAPClient.h"
|
|
|
|
@interface EBayTradingServiceClient : EBayAPIInterface_SOAPClient
|
|
|
|
+ (EBayTradingServiceClient *)sharedClient;
|
|
|
|
@end
|