mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
13 lines
261 B
Objective-C
13 lines
261 B
Objective-C
//
|
|
// FileRenameViewController.h
|
|
// Transmission
|
|
//
|
|
// Created by Mitchell Livingston on 1/20/13.
|
|
// Copyright (c) 2013 The Transmission Project. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface FileRenameViewController : NSViewController
|
|
|
|
@end
|