Statistics
| Branch: | Tag: | Revision:

root / Classes / SettingsViewController.h @ 64929bae

History | View | Annotate | Download (308 Bytes)

1
//
2
//  SettingsViewController.h
3
//  OpenStack
4
//
5
//  Created by Mike Mayo on 10/26/10.
6
//  The OpenStack project is provided under the Apache 2.0 license.
7
//
8

    
9
#import <UIKit/UIKit.h>
10

    
11
@interface SettingsViewController : UITableViewController {
12
    NSInteger cacheSection;
13
    NSInteger aboutSection;
14
}
15

    
16
@end