/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

  1. //
  2. // NSProgressIndicator+Extras.h
  3. // MongoHub
  4. //
  5. // Created by Syd on 10-12-22.
  6. // Copyright 2010 ThePeppersStudio.COM. All rights reserved.
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. @interface NSProgressIndicator (Extras)
  10. - (void)start;
  11. - (void)stop;
  12. @end