Files
2014-09-12 16:54:10 +08:00

17 lines
265 B
Objective-C

//
// MPEditorView.h
// MacDown
//
// Created by Tzu-ping Chung on 30/8.
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface MPEditorView : NSTextView
@property BOOL scrollsPastEnd;
- (NSRect)contentRect;
@end