Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NEW] machine.h template now produces type-safe scalar attribute prop…
…erty declarations. For example, this is what was previously generated: @Property (nonatomic, retain) NSNumber *age; Now this is: @Property (nonatomic, retain) NSNumber *age; @Property int ageValue;
- Loading branch information