17 lines
199 B
Objective-C
Executable File
17 lines
199 B
Objective-C
Executable File
//
|
|
// untitled.h
|
|
// IDSC
|
|
//
|
|
// Created by Norbert Schmidt on 10-01-11.
|
|
// Copyright 2011 DDQ. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
|
@interface untitled : UIViewController {
|
|
|
|
}
|
|
|
|
@end
|