SoundNote/Classes/Watchers/MGMMouseWatcher.h

15 lines
293 B
C
Raw Normal View History

2011-03-03 10:29:24 -06:00
//
// MGMMouseWatcher.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 MGMMouseWatcher : NSObject {
}
- (void)mouseClicked;
@end