14 lines
214 B
C
14 lines
214 B
C
|
//
|
||
|
// RuleRowCell.h
|
||
|
// OverSight
|
||
|
//
|
||
|
// Created by Patrick Wardle on 4/6/15.
|
||
|
// Copyright (c) 2017 Objective-See. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface RuleRowCell : NSTableCellView
|
||
|
|
||
|
@end
|