diff options
author | yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-07-07 19:26:42 +0000 |
---|---|---|
committer | yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-07-07 19:26:42 +0000 |
commit | 2e20c248f33e1ee129280dd71492785533908b63 (patch) | |
tree | dc50daca901daf1054e919dec65d62e747e8464a /experimental/iOSSampleApp/SkUIRootViewController.h | |
parent | e6ea606fb92cd611b965806cb005f87495b261f2 (diff) |
Updated iOSSampleApp and related files.
Removed include guard in SkTime_Unix.cpp, which the iOSSampleApp now uses.
git-svn-id: http://skia.googlecode.com/svn/trunk@1820 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/iOSSampleApp/SkUIRootViewController.h')
-rw-r--r-- | experimental/iOSSampleApp/SkUIRootViewController.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/experimental/iOSSampleApp/SkUIRootViewController.h b/experimental/iOSSampleApp/SkUIRootViewController.h index 58cb15952b..4ea5d16a8a 100644 --- a/experimental/iOSSampleApp/SkUIRootViewController.h +++ b/experimental/iOSSampleApp/SkUIRootViewController.h @@ -1,13 +1,15 @@ #import <UIKit/UIKit.h> -@interface SkUIRootViewController : UITableViewController <UITableViewDataSource> { - UIPopoverController *popoverController; + +@interface SkUIRootViewController : UITableViewController <UITableViewDataSource> { +@private + UIPopoverController *popoverController; UIBarButtonItem *popoverButtonItem; - @private NSMutableArray* fSamples; } @property (nonatomic, retain) UIPopoverController *popoverController; @property (nonatomic, retain) UIBarButtonItem *popoverButtonItem; -- (void)initList; +- (void)initSamples; - (void)addItem:(NSString*)anItem; -@end
\ No newline at end of file + +@end |