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