Files
Niklas Berglund b53d38ea8b Fix typo
prefereces => preferences
2017-02-03 00:54:21 +08:00

17 lines
338 B
Objective-C

//
// MPMainController.h
// MacDown
//
// Created by Tzu-ping Chung on 7/06/2014.
// Copyright (c) 2014 Tzu-ping Chung . All rights reserved.
//
#import <Foundation/Foundation.h>
@class MPPreferences;
@interface MPMainController : NSObject <NSApplicationDelegate>
@property (nonatomic, readonly) MPPreferences *preferences;
@end