root/apps/iphone/my.tel/trunk/Classes/HeaderViewController.h
@
193
| Revision 149, 1.0 kB (checked in by henri, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | // |
| 2 | // HeaderViewController.h |
| 3 | // VIP.tel |
| 4 | // |
| 5 | // Created by Henri Asseily on 11/11/08. |
| 6 | // Copyright Telnic Ltd. 2008. All rights reserved. |
| 7 | // |
| 8 | |
| 9 | #import <UIKit/UIKit.h> |
| 10 | #import "VIPConnect.h" |
| 11 | #import "TextHeader.h" |
| 12 | |
| 13 | @protocol TelPostLoginDelegate; |
| 14 | |
| 15 | @interface HeaderViewController : UIViewController <UITextViewDelegate, TelPostLoginDelegate> { |
| 16 | NSDecimalNumber *apiId; |
| 17 | IBOutlet UILabel *domainLabel; |
| 18 | IBOutlet UITextView *headerText; |
| 19 | @private |
| 20 | NSMutableArray *profileNamesArray; |
| 21 | NSString *previousHeaderString; |
| 22 | } |
| 23 | |
| 24 | - (void)updateUIHeaderWithJson:(NSDictionary *)parsedJson; |
| 25 | - (void)getProfileNames; |
| 26 | - (NSString *)profileIdFromName:(NSString *)theName; |
| 27 | - (NSString *)currentProfileName; |
| 28 | - (void)getTextHeader; |
| 29 | - (void)storeTextHeader; |
| 30 | |
| 31 | @property (nonatomic, retain) NSDecimalNumber *apiId; |
| 32 | @property (nonatomic, retain) NSString *previousHeaderString; |
| 33 | |
| 34 | - (IBAction)didPressCancel:(id)sender; |
| 35 | - (IBAction)didPressSave:(id)sender; |
| 36 | |
| 37 | @property (nonatomic, retain) IBOutlet UILabel *domainLabel; |
| 38 | @property (nonatomic, retain) IBOutlet UITextView *headerText; |
| 39 | |
| 40 | @end |
Note: See TracBrowser
for help on using the browser.








