mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 12:59:37 +00:00
Fixed sorting and selection of database icons (issue #118)
This commit is contained in:
@@ -78,4 +78,10 @@ typedef NS_ENUM(NSUInteger, MPIconType) {
|
||||
*/
|
||||
+ (NSArray *)databaseIcons;
|
||||
|
||||
/**
|
||||
* List of all available DatabaseIcons as MPIconType. Sorted by IconIndex
|
||||
* @return Array of Names as NSNumber objects
|
||||
*/
|
||||
+ (NSArray *)databaseIconType;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user