14 lines
261 B
C
14 lines
261 B
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
|