vvopensource
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
VVCrashReporterDescriptionField.h
1 #import <Cocoa/Cocoa.h>
2 
3 
4 /*
5  this class exists solely to prevent users from pasting or dragging huge amounts of text (like
6  crash/console logs!) into the description field of the crash reporter. sounds weird, but trust
7  me- it's necessary.
8 */
9 
10 
11 @interface VVCrashReporterDescriptionField : NSTextView {
12 
13 }
14 
15 @end