]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIViewControllerAction.h
kUIButtonBarButtonAction*, UIAppl, UIProgressIndicatorStyle, NSURL (UIKitAdditions)
[iphone-api.git] / UIKit / UIViewControllerAction.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <Foundation/NSObject.h>
8
9 @class NSString, UIViewController;
10
11 @interface UIViewControllerAction : NSObject
12 {
13 UIViewController *_viewController;
14 NSString *_name;
15 BOOL _animated;
16 }
17
18 - (id)initWithViewController:(id)fp8 name:(id)fp12 animated:(BOOL)fp16;
19 - (void)dealloc;
20 - (BOOL)animated;
21 - (void)setAnimated:(BOOL)fp8;
22 - (id)name;
23 - (void)setName:(id)fp8;
24 - (id)viewController;
25 - (void)setViewController:(id)fp8;
26
27 @end
28