@import Diez{{case projectName style="pascal"}};

{{case rootType style="pascal"}} *designLanguage = [[{{case rootType style="pascal"}} alloc] init];
Typograph *typograph = designLanguage.{{path}};

NSDictionary<NSAttributedStringKey, id> *attributes = typograph.attributedStringAttributes;
NSAttributedString *text = [[NSAttributedString alloc] initWithString:@"Ten" attributes:attributes];
