00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSObject.h" 00008 00009 @class NSMutableArray, NSMutableDictionary, NSObject<ISDialogURLHandler>, NSString; 00010 00011 @interface ISDialog : NSObject 00012 { 00013 int _priority; 00014 NSString *_title; 00015 NSString *_body; 00016 NSMutableArray *_buttons; 00017 NSObject<ISDialogURLHandler> *_handler; 00018 NSMutableDictionary *_handlerInfo; 00019 } 00020 00021 - (id)init; 00022 - (id)initWithDialogDictionary:(id)fp8; 00023 - (void)dealloc; 00024 - (void)postNotification; 00025 - (int)priority; 00026 - (void)setPriority:(int)fp8; 00027 - (id)title; 00028 - (void)setTitle:(id)fp8; 00029 - (id)body; 00030 - (void)setBody:(id)fp8; 00031 - (void)addButtonWithTitle:(id)fp8 url:(id)fp12; 00032 - (void)addButtonWithTitle:(id)fp8 buyParameters:(id)fp12; 00033 - (BOOL)hasButtonWithActionType:(int)fp8; 00034 - (unsigned int)numberOfButtons; 00035 - (id)buttonAtIndex:(unsigned int)fp8; 00036 - (id)handler; 00037 - (void)setHandler:(id)fp8; 00038 - (id)valueForHandlerInfoKey:(id)fp8; 00039 - (void)setValue:(id)fp8 forHandlerInfoKey:(id)fp12; 00040 00041 @end 00042