// // PSTextField.h // Perforce // // Created by Adam Czubernat on 08/01/2014. // Copyright (c) 2014 Perforce Software, Inc. All rights reserved. // #import <Cocoa/Cocoa.h> @interface PSTextField : NSTextField @end