mirror of
https://github.com/MacDownApp/macdown.git
synced 2026-05-17 12:40:37 +00:00
17 lines
265 B
Objective-C
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
|