Files
baRSS/baRSS/Helper/StrictUIntFormatter.h
2025-12-11 15:10:32 +01:00

7 lines
171 B
Objective-C

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