/ConnectionsArrayController.h
http://github.com/bububa/MongoHub-Mac · C Header · 19 lines · 6 code · 6 blank · 7 comment · 0 complexity · f210fc9a96758327701ee0896aff6d82 MD5 · raw file
- //
- // DatabasesArrayController.h
- // MongoHub
- //
- // Created by Syd on 10-4-24.
- // Copyright 2010 MusicPeace.ORG. All rights reserved.
- //
- #import <Cocoa/Cocoa.h>
- @interface ConnectionsArrayController : NSArrayController {
- }
- - (BOOL)checkDuplicate:(NSString *)alias;
- - (NSArray *)itemsUsingFetchPredicate:(NSPredicate *)fetchPredicate;
- @end