Skip to content

Commit

Permalink
Restructured the whole file, added pragma marks and added 2 helper me…
Browse files Browse the repository at this point in the history
…thods for clearing and button-toggling
  • Loading branch information
halbtuerke committed Jun 25, 2009
1 parent cd88251 commit 81b3946
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 161 deletions.
2 changes: 2 additions & 0 deletions AppController.h
Expand Up @@ -43,6 +43,8 @@
@property(nonatomic, retain) NSArray *allowedFileTypes;

-(void)playSound:(BOOL)success;
-(void)toggleButton:(NSButton *)button;
-(void)clear:(NSString *)which;

-(IBAction)startTranscode:(id)sender;
-(IBAction)showInputChooserPanel:(id)sender;
Expand Down

0 comments on commit 81b3946

Please sign in to comment.