
// URLTextView
// NSTextView subclass to facilitate URL cursor and click tracking
// Tab Size: 3
// Copyright (C) 2002 Aaron Sittig

#import <Cocoa/Cocoa.h>

@interface URLTextView : NSTextView 
{}
@end
