/NSProgressIndicator+Extras.h
http://github.com/bububa/MongoHub-Mac · C Header · 17 lines · 5 code · 5 blank · 7 comment · 0 complexity · 173403f27b08a84fbc7a6f029d80c9b5 MD5 · raw file
- //
- // NSProgressIndicator+Extras.h
- // MongoHub
- //
- // Created by Syd on 10-12-22.
- // Copyright 2010 ThePeppersStudio.COM. All rights reserved.
- //
- #import <Cocoa/Cocoa.h>
- @interface NSProgressIndicator (Extras)
- - (void)start;
- - (void)stop;
- @end