root/Trunk/AIUtilities.framework/Versions/A/Headers/AIPlasticMinusButton.h @ 2

Revision 2, 304 bytes (checked in by jon, 16 years ago)

Initial commit of skeletal project.

Line 
1//
2//  AIPlasticMinusButton.h
3//  Adium
4//
5//  Created by Adam Iser on 8/9/04.
6//
7
8#import <AIUtilities/AIPlasticButton.h>
9
10/*!
11 * @class AIPlasticMinusButton
12 * @brief "Plastic" Aqua minus (-) button
13 *
14 * "Plastic" Aqua minus (-) button
15 */
16@interface AIPlasticMinusButton : AIPlasticButton {
17
18}
19
20@end
Note: See TracBrowser for help on using the browser.