Skip to content

Commit

Permalink
changed .m template to make use of private interface
Browse files Browse the repository at this point in the history
As in Xcode 4.3 the .m file template has now a private interface declaration

Signed-off-by: Jonas Schnelli <[email protected]>
  • Loading branch information
jonasschnelli committed Mar 12, 2012
1 parent 029b653 commit 7e2069f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/human.m.motemplate
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
#import "<$managedObjectClassName$>.h"


@interface <$managedObjectClassName$> ()

// Private interface goes here.

@end


@implementation <$managedObjectClassName$>

// Custom logic goes here.
Expand Down

0 comments on commit 7e2069f

Please sign in to comment.