VolumeControl.h 91 B

1234567
  1. @interface VolumeControl : NSObject
  2. - (void)increaseVolume;
  3. - (void)decreaseVolume;
  4. @end