mirror of
https://github.com/MacDownApp/macdown.git
synced 2026-05-17 12:40:37 +00:00
17 lines
397 B
Objective-C
17 lines
397 B
Objective-C
//
|
|
// MPExportPanelAccessoryViewController.h
|
|
// MacDown
|
|
//
|
|
// Created by Tzu-ping Chung on 14/06/2014.
|
|
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface MPExportPanelAccessoryViewController : NSViewController
|
|
|
|
@property (getter=isStylesIncluded) BOOL stylesIncluded;
|
|
@property (getter=isHighlightingIncluded) BOOL highlightingIncluded;
|
|
|
|
@end
|