Files
macdown/MacDown/Code/Preferences/MPEditorPreferencesViewController.h
2014-08-29 22:37:45 +08:00

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