1 //
2 //  InfoTabMatrix.h
3 //  Transmission
4 //
5 //  Created by Mitchell Livingston on 12/21/18.
6 //  Copyright © 2018 The Transmission Project. All rights reserved.
7 //
8 
9 #import <Cocoa/Cocoa.h>
10 
11 NS_ASSUME_NONNULL_BEGIN
12 
13 @interface InfoTabMatrix : NSMatrix
14 
15 @end
16 
17 NS_ASSUME_NONNULL_END
18