Add attributed string method.

This commit is contained in:
Gregory John Casamento 2019-09-17 17:41:18 -04:00
parent a58a58373d
commit de062d44e9
2 changed files with 26 additions and 15 deletions

View file

@ -52,6 +52,7 @@ typedef NSUInteger NSPersonNameComponentsFormatterOptions;
@private
BOOL _phonetic;
NSPersonNameComponentsFormatterStyle _style;
NSPersonNameComponentsFormatterOptions _nameOptions;
}
// Designated init...