mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 11:47:40 +00:00
18 lines
294 B
Objective-C
18 lines
294 B
Objective-C
//
|
|
// Vendoo-Bridging-Header.h
|
|
// Vendoo
|
|
//
|
|
// Created by Okechi Onyeje on 6/3/16.
|
|
// Copyright © 2016 Okechi Onyeje. All rights reserved.
|
|
//
|
|
|
|
#ifndef Vendoo_Bridging_Header_h
|
|
#define Vendoo_Bridging_Header_h
|
|
|
|
|
|
#endif /* Vendoo_Bridging_Header_h */
|
|
|
|
#import "EBayTradingServiceClient.h"
|
|
|
|
|