1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-03-26 11:37:10 +00:00
btstack/CocoaTouch/BTstackCocoa_Prefix.pch

9 lines
193 B
Plaintext
Raw Normal View History

//
// Prefix header for all source files of the 'BTstackCocoa' target in the 'BTstackCocoa' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif