Skip to content

Commit

Permalink
Merge pull request rentzsch#95 from jonasschnelli/mogenerator
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
rentzsch committed May 10, 2012
2 parents 55963ec + 20d6e92 commit f671c53
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 f671c53

Please sign in to comment.