Changeset 779 for apps/iphone/my.tel/trunk/Classes/DomainViewController.h
- Timestamp:
- 01/25/11 18:18:57 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/my.tel/trunk/Classes/DomainViewController.h
r772 r779 12 12 #import "AlertRenameView.h" 13 13 #import "HATextViewEditController.h" 14 #import "LocationCell.h" 14 15 15 16 #import "RecordViewController.h" … … 27 28 kKDomainTableViewSectionTitle = 0, // DDS 28 29 kKDomainTableViewSectionProfile, // Active profile picture and header 29 kKDomainTableViewSectionInfo, // Contacts, Profiles, Keywords, Location30 kKDomainTableViewSectionInfo, // Contacts, Keywords, Location, Privacy Groups 30 31 kKDomainTableViewSectionFolders, // Folders 31 32 kKDomainTableViewSectionsCount, // Keep this last to get the count of sections … … 38 39 HATextViewEditDelegate, 39 40 TelControllerDelegate> { 40 41 @public 41 42 NSString *domain; 42 43 NSString *ddsTitle; 43 44 NSMutableArray *subdomainsArray; // raw JSON data used as datasource for folders section 44 45 NSDictionary *activeProfile; 45 UITableViewCell *activeProfileCell;46 46 RecordViewController *recordVC; 47 47 KeywordViewController *keywordVC; … … 50 50 GroupsViewController *groupVC; 51 51 ProfileRecordsViewController *prVC; 52 @protected 53 UITableViewCell *activeProfileCell; 54 LocationCell *locCell; 52 55 } 53 56








