vvopensource
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
VVCrashReporterEmailField.h
1 #import <Cocoa/Cocoa.h>
2 #import <AppKit/AppKit.h>
3 
4 
5 /*
6  this class exists solely to prevent users from pasting huge amounts of text into the email field
7 */
8 
9 
10 @interface VVCrashReporterEmailField : NSTextField {
11 
12 }
13 
14 @end