Skeletal implementation

This commit is contained in:
Gregory John Casamento 2019-10-23 16:49:50 -04:00
parent fd1fb807d0
commit 9ef1c7b0ac
2 changed files with 11 additions and 0 deletions

View file

@ -50,6 +50,7 @@ typedef NSInteger NSLengthFormatterUnit;
{
BOOL _isForPersonHeightUse;
NSNumberFormatter *_numberFormatter;
NSFormattingUnitStyle _unitStyle;
}
- (NSNumberFormatter *) numberFormatter;