Skip to content

Commit

Permalink
Fix compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
moredip committed Oct 16, 2011
1 parent 0814c5e commit 1737edd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/AppCommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@

#import <Foundation/Foundation.h>

#import "FrankCommandRoute.h"

@interface AppCommand : NSObject {

@interface AppCommand : NSObject<FrankCommand> {

}

Expand Down

0 comments on commit 1737edd

Please sign in to comment.