project_files/HedgewarsMobile/Classes/StatsPageViewController.h
changeset 4760 224c31b3ce7d
parent 4757 7ca9ebb6895d
child 4976 088d40d8aba2
equal deleted inserted replaced
4757:7ca9ebb6895d 4760:224c31b3ce7d
    20 
    20 
    21 
    21 
    22 #import <UIKit/UIKit.h>
    22 #import <UIKit/UIKit.h>
    23 
    23 
    24 @interface StatsPageViewController : UITableViewController {
    24 @interface StatsPageViewController : UITableViewController {
    25     NSDictionary *statsDictionary;
    25     NSArray *statsArray;
    26 }
    26 }
    27 
    27 
    28 @property (nonatomic,retain) NSDictionary *statsDictionary;
    28 @property (nonatomic,retain) NSArray *statsArray;
    29 
    29 
    30 @end
    30 @end