feat: uint formatter with units

This commit is contained in:
relikd
2025-12-11 15:09:14 +01:00
parent b94dd030b4
commit 5427cb58ee
5 changed files with 27 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
@import Cocoa;
@interface StrictUIntFormatter : NSFormatter
/// Note: must contain `%ld` and is used as formatter string.
@property (nullable, copy) NSString *unit;
@end