SoundNote/Classes/Watchers/MGMTrashWatcher.h

18 lines
347 B
C
Raw Normal View History

2011-03-03 10:29:24 -06:00
//
// MGMTrashWatcher.h
// SoundNote
//
// Created by Mr. Gecko on 2/17/11.
// Copyright (c) 2011 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/
//
#import <Foundation/Foundation.h>
@class MGMPathSubscriber;
@interface MGMTrashWatcher : NSObject {
MGMPathSubscriber *trashWatcher;
int lastCount;
}
@end