Skip to content

Commit

Permalink
Merge pull request rentzsch#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 7a1ea89 + 33269d6 commit 2d27c9e
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 2d27c9e

Please sign in to comment.