adium/adium

Adium 1.5.2 is done!
adium-1.5.2 1.5.2
2012-07-21, Thijs Alkemade
80cc358134ea
Adium 1.5.2 is done!
//
// AXCIconPackEntry.h
// XtrasCreator
//
// Created by Mac-arena the Bored Zo on 2005-10-30.
// Copyright 2005 Adium Team. All rights reserved.
//
@interface AXCIconPackEntry : NSObject {
NSString *key, *path;
}
+ (id) entryWithKey:(NSString *)newKey path:(NSString *)newPath;
- (id) initWithKey:(NSString *)newKey path:(NSString *)newPath;
- (NSString *) key;
- (NSString *) path;
- (void) setPath:(NSString *)newPath;
@end