Fixed sorting and selection of database icons (issue #118)

This commit is contained in:
Dennis Bolio
2014-04-15 00:01:26 +02:00
parent acb5d6de04
commit ea6db31d03
3 changed files with 37 additions and 2 deletions

View File

@@ -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