Skip to content

Commit

Permalink
Merge pull request #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 <jonas.schnelli@include7.ch>
  • Loading branch information
rentzsch committed May 10, 2012
2 parents dacfb37 + 7e2069f commit fdb861b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/human.m.motemplate
@@ -1,5 +1,13 @@
#import "<$managedObjectClassName$>.h" #import "<$managedObjectClassName$>.h"



@interface <$managedObjectClassName$> ()

// Private interface goes here.

@end


@implementation <$managedObjectClassName$> @implementation <$managedObjectClassName$>


// Custom logic goes here. // Custom logic goes here.
Expand Down

0 comments on commit fdb861b

Please sign in to comment.