1//
2//  Copyright (c) 2012 Apple. All rights reserved.
3//
4
5#import <Cocoa/Cocoa.h>
6#import "Authority.h"
7#import "GKAppDelegate.h"
8
9@interface RuleViewController : NSTableCellView
10
11@property (strong) Authority *objectValue;
12
13-  (IBAction) disableRuleButton:(NSButton *)sender;
14
15@end
16