Skip to content

Commit

Permalink
Merge pull request #67 from tyrone-sudeium/master
Browse files Browse the repository at this point in the history
Added import for super entity in PONSO machine headers
  • Loading branch information
nikita-zhuk committed Aug 12, 2011
2 parents a581486 + 56906d1 commit 13e0c00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contributed templates/Nikita Zhuk/ponso/templates/machine.h.motemplate
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

#import <Foundation/Foundation.h>
#import "ModelObject.h"
<$if hasCustomSuperentity$>#import "<$customSuperentity$>.h"<$endif$>

<$checkNonTransientRelationshipCycles $>
<$foreach Relationship noninheritedRelationships do$>@class <$Relationship.destinationEntity.managedObjectClassName$>;
<$endforeach do$>
Expand Down

0 comments on commit 13e0c00

Please sign in to comment.