This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/ext/mac-ui-macgap1-wrapper/MacGap/AppDelegate.h

19 lines
352 B
Objective-C

//
// AppDelegate.h
// MacGap
//
// Created by Alex MacCaw on 08/01/2012.
// Copyright (c) 2012 Twitter. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "Classes/ContentView.h"
#import "WindowController.h"
@interface AppDelegate : NSObject <NSApplicationDelegate>
@property (retain, nonatomic) WindowController *windowController;
@end