code refactoring
This commit is contained in:
parent
1bea90c9c3
commit
ec576223be
8 changed files with 350 additions and 185 deletions
|
@ -34,11 +34,11 @@
|
|||
// If you need to use a subclass of NSWindowController or if your document supports multiple NSWindowControllers, you should remove this method and override -makeWindowControllers instead.
|
||||
return @"NewMessageWindow";
|
||||
}
|
||||
/*
|
||||
|
||||
- (NSString *)displayName {
|
||||
return @"New Tweet";
|
||||
return @"New Post";
|
||||
}
|
||||
*/
|
||||
|
||||
- (void)windowControllerDidLoadNib:(NSWindowController *) aController
|
||||
{
|
||||
[super windowControllerDidLoadNib:aController];
|
||||
|
|
Reference in a new issue