Cocoapods. Network layer. Fetching repos.
This commit is contained in:
parent
e348ad1eb1
commit
3dafdbc09c
143 changed files with 12470 additions and 47 deletions
16
Pods/Target Support Files/BaseAPI/BaseAPI-umbrella.h
generated
Normal file
16
Pods/Target Support Files/BaseAPI/BaseAPI-umbrella.h
generated
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifdef __OBJC__
|
||||
#import <UIKit/UIKit.h>
|
||||
#else
|
||||
#ifndef FOUNDATION_EXPORT
|
||||
#if defined(__cplusplus)
|
||||
#define FOUNDATION_EXPORT extern "C"
|
||||
#else
|
||||
#define FOUNDATION_EXPORT extern
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
FOUNDATION_EXPORT double BaseAPIVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char BaseAPIVersionString[];
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue