forked from mirrors/linphone-iphone
15 lines
261 B
Objective-C
Executable file
15 lines
261 B
Objective-C
Executable file
//
|
|
// UIDeviceAdditionViewController.h
|
|
// UIDeviceAddition
|
|
//
|
|
// Created by Georg Kitz on 20.08.11.
|
|
// Copyright 2011 Aurora Apps. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface UIDeviceAdditionViewController : UIViewController {
|
|
|
|
}
|
|
|
|
@end
|