mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-10 04:44:14 +08:00
* WIP paging control on repos * paging working but inset still broken * remove old repo VC and replace with paging
13 lines
195 B
Plaintext
13 lines
195 B
Plaintext
#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
|
|
|