1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-27 01:57:52 +00:00
transmission/macosx/InfoTabMatrix.h
2018-12-21 17:37:17 -05:00

17 lines
279 B
Objective-C

//
// InfoTabMatrix.h
// Transmission
//
// Created by Mitchell Livingston on 12/21/18.
// Copyright © 2018 The Transmission Project. All rights reserved.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface InfoTabMatrix : NSMatrix
@end
NS_ASSUME_NONNULL_END