mirror of
https://github.com/MacDownApp/macdown.git
synced 2026-06-16 12:44:38 +00:00
17 lines
338 B
Objective-C
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
|