Skip to content

Commit

Permalink
Added missing import for super-entity in ponso machine header template
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrone-sudeium committed Aug 11, 2011
1 parent 7a1ea89 commit 33269d6
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 33269d6

Please sign in to comment.