latest changes

This commit is contained in:
Gregory John Casamento 2021-10-19 13:07:22 -04:00
parent 5958734de0
commit 03f1ddecd5
4 changed files with 186 additions and 6 deletions

View file

@ -82,6 +82,8 @@ extern "C" {
NSDictionary *_localizedKeyDictionary;
NSString *_localizedKeyTable;
NSUInteger _count;
NSDictionary *_contentDictionary;
}
/**
@ -116,6 +118,9 @@ extern "C" {
- (NSArray *) excludedKeys;
- (void) setExcludedKeys: (NSArray *)excludedKeys;
/**
* Returns a copy of the localized key dictionary.
*/
- (NSDictionary *) localizedKeyDictionary;
- (void) setLocalizedKeyDictionary: (NSDictionary *)dict;