aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/mac/macExample/macExample/MCTApplication.h
blob: a919bc90c9a4b1f703174bae9a05a9f6fb1cb0b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
//  MCTApplication.h
//  macExample
//
//  Created by DINH Viêt Hoà on 4/3/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface MCTApplication : NSApplication

@end