mirror of
https://github.com/zhigang1992/macdown.git
synced 2026-05-08 02:38:16 +08:00
18 lines
450 B
Objective-C
18 lines
450 B
Objective-C
//
|
|
// MPEditorPreferencesViewController.h
|
|
// MacDown
|
|
//
|
|
// Created by Tzu-ping Chung on 7/06/2014.
|
|
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.
|
|
//
|
|
|
|
#import "MPPreferencesViewController.h"
|
|
#import <MASPreferences/MASPreferencesViewController.h>
|
|
|
|
extern NSString * const MPDidRequestEditorSetupNotificationKeyName;
|
|
|
|
@interface MPEditorPreferencesViewController : MPPreferencesViewController
|
|
<MASPreferencesViewController>
|
|
|
|
@end
|