Files
core/Test/Applications/iosTest/TestDocs3/Classes/TestDocs3ViewController.h

18 lines
269 B
Objective-C

//
// TestDocs3ViewController.h
// TestDocs3
//
// Created by naceka on 24.04.12.
// Copyright 2012 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface TestDocs3ViewController : UIViewController {
IBOutlet UIWebView *webView;
}
@end