Skip to content

Commit

Permalink
playSuccessSound method in header added. Obj-C 2 syntax unkonw.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zettt authored and halbtuerke committed Jun 19, 2009
1 parent a894804 commit 104be21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AppController.h
Expand Up @@ -40,6 +40,8 @@
@property(readwrite, copy) NSString *outputFilePath;
@property(nonatomic, retain) NSArray *allowedFileTypes;

- (void)playSuccessSound:(BOOL)success;

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

0 comments on commit 104be21

Please sign in to comment.