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