mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 21:35:16 +00:00
12 lines
161 B
C
12 lines
161 B
C
|
//
|
||
|
// EAGLViewController.h
|
||
|
//
|
||
|
// Created by Matthias Ringwald on 10/23/09.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
|
||
|
@interface EAGLViewController : UIViewController
|
||
|
@end
|