mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 17:49:34 +00:00
added sketch files
This commit is contained in:
28
MacPass/MPIconHelper.h
Normal file
28
MacPass/MPIconHelper.h
Normal file
@@ -0,0 +1,28 @@
|
||||
//
|
||||
// MPIconHelper.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 17.02.13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
typedef enum {
|
||||
MPIconPassword,
|
||||
MPIconPackageNetwork,
|
||||
MPIconWarning,
|
||||
MPIconServer,
|
||||
MPIconKlipper,
|
||||
MPIconLanguages
|
||||
} MPIconType;
|
||||
|
||||
@interface MPIconHelper : NSObject
|
||||
|
||||
+ (NSImage *)icon:(MPIconType)type;
|
||||
/*
|
||||
Available Icons, Use the MPDatabaseIconType to access a individual icon;
|
||||
*/
|
||||
+ (NSDictionary *)availableIcons;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user