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

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

UISegmentedControl *segmentedControl = [[UISegmentedControl alloc] initWithItems:@[@"One", @"Two"]];
[segmentedControl dez_applyTitleAttributesWithTypograph:typograph forState:UIControlStateNormal traitCollection:nil];
