/ConnectionsArrayController.h

http://github.com/bububa/MongoHub-Mac · C Header · 19 lines · 6 code · 6 blank · 7 comment · 0 complexity · f210fc9a96758327701ee0896aff6d82 MD5 · raw file

  1. //
  2. // DatabasesArrayController.h
  3. // MongoHub
  4. //
  5. // Created by Syd on 10-4-24.
  6. // Copyright 2010 MusicPeace.ORG. All rights reserved.
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. @interface ConnectionsArrayController : NSArrayController {
  10. }
  11. - (BOOL)checkDuplicate:(NSString *)alias;
  12. - (NSArray *)itemsUsingFetchPredicate:(NSPredicate *)fetchPredicate;
  13. @end