// // AuthorityTableView.h // security_systemkeychain // // Created by Love Hörnquist Åstrand on 2012-03-22. // Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #import @protocol AuthorityTableDelegate - (void)deleteAuthority:(NSTableView *)tableView atIndexes:(NSIndexSet *)indexes; @end @interface AuthorityTableView : NSTableView @property (assign) IBOutlet id authorityDelegate; @end