Merge branch 'master' of https://code.grnet.gr/git/pithos-ios
[pithos-ios] / Classes / AboutViewController.h
1 //
2 //  AboutViewController.h
3 //  OpenStack
4 //
5 //  Created by Mike Mayo on 1/8/11.
6 //  Copyright 2011 __MyCompanyName__. All rights reserved.
7 //
8
9 #import <UIKit/UIKit.h>
10
11
12 @interface AboutViewController : UIViewController {
13     IBOutlet UITextView *textView;
14 }
15
16 @end