15 lines
210 B
C
15 lines
210 B
C
|
//
|
||
|
// VolumeButton.h
|
||
|
// Cog
|
||
|
//
|
||
|
// Created by Vincent Spader on 2/8/09.
|
||
|
// Copyright 2009 __MyCompanyName__. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "PopupButton.h"
|
||
|
|
||
|
@interface VolumeButton : PopupButton {
|
||
|
}
|
||
|
|
||
|
@end
|