// // FirstRunViewController.h // P4Scout // // Created by Michael Bishop on 8/7/09. // Copyright 2009 Perforce Software. All rights reserved. // #import <UIKit/UIKit.h> @interface FirstRunViewController : UIViewController <UITextFieldDelegate> { @private UITextField * defaultUserTextField; } @property(retain) IBOutlet UITextField * defaultUserTextField; -(IBAction)dismiss:(id)sender; @end
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 8331 | Matt Attaway |
Adding initial version of MacMenu for Perforce MacMenu is a helpful Perforce client that sits in your toolbar. It allows you to run standard Perforce operations on the document that is open the currently active editor/viewer. |