Cog/Utils/VolumeButton.h

18 lines
288 B
C
Raw Normal View History

2009-02-09 02:53:38 -03:00
//
// VolumeButton.h
// Cog
//
// Created by Vincent Spader on 2/8/09.
// Copyright 2009 __MyCompanyName__. All rights reserved.
//
#import "PopupButton.h"
@class PlaybackController;
2009-02-09 02:53:38 -03:00
@interface VolumeButton : PopupButton {
IBOutlet PlaybackController *playbackController;
2009-02-09 02:53:38 -03:00
}
@end