mirror of
https://github.com/tiennm99/fbird.git
synced 2026-06-13 08:11:04 +00:00
9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
//
|
|
// Prefix header for all source files of the 'Fbird' target in the 'Fbird' project
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
#endif
|