SoundNote/Classes/Watchers/MGMKeyboardWatcher.h

15 lines
296 B
C
Raw Normal View History

2011-03-03 10:29:24 -06:00
//
// MGMKeyboardWatcher.h
// SoundNote
//
// Created by Mr. Gecko on 2/16/11.
// Copyright (c) 2011 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/
//
#import <Foundation/Foundation.h>
@interface MGMKeyboardWatcher : NSObject {
}
- (void)keyPushed;
@end