mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
18 lines
269 B
Objective-C
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
|
|
|