-
creates files
- area/ClassName.h
- if Type* is something fudge knows about, then it should have proper @class line
- area/ClassName.m
- if Type* is something fudge knows about, then it should have proper #import line
- area/ClassName.h
-
If area == model, creates Parser files
- model/parser/ClassNameParser.h
- model/parser/ClassNameParser.m
-
Type1(nonatomic, atomic, assign, retain, readonly, etc) smart property setting overrides