1#import <UIKit/UIKit.h> 2#import "PLPrefTableViewController.h" 3 4@interface LauncherProfileEditorViewController : PLPrefTableViewController 5@property(nonatomic) NSMutableDictionary* profile; 6@end 7 8