mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-18 22:20:51 +00:00
bring own minimal Preferences headers
This commit is contained in:
parent
e0abb8e76b
commit
ba6f889f4f
@ -32,12 +32,18 @@
|
||||
// adapted from Ryan Petrich's Activator preferences bundle
|
||||
// https://github.com/rpetrich/libactivator/blob/master/Preferences.m
|
||||
|
||||
#import <Preferences/Preferences.h>
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import "BluetoothTableViewAdapter.h"
|
||||
#import "BluetoothController.h"
|
||||
|
||||
// instead of #import <Preferences/Preferences.h>, minimal class definition
|
||||
@interface PSViewController : NSObject
|
||||
- (id)initForContentSize:(CGSize)size;
|
||||
- (id)navigationItem;
|
||||
@end
|
||||
|
||||
@interface PSViewController (OS32)
|
||||
@property (nonatomic, retain) UIView *view;
|
||||
- (void)viewDidLoad;
|
||||
|
Loading…
x
Reference in New Issue
Block a user