mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 14:19:34 +00:00
Added pretty password display prototype to enhance password display
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
@property (nonatomic, readonly) NSUInteger composedCharacterLength;
|
||||
@property (nonatomic, readonly, copy) NSArray<NSValue *> *composedCharacterRanges; // NSArray of NSValues of NSRanges
|
||||
@property (nonatomic, readonly, copy) NSArray<NSString *> *composedCharacters; // NSArray of composed characters. For the most part those will be single character strings
|
||||
|
||||
- (NSString *)composedCharacterAtIndex:(NSUInteger)index;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user