//
// AppDelegate.h
// Drop Serve
//
// Created by TW on 10/10/20.
// Copyright (c) 2020 TW. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "DropZone.h"
@interfaceAppDelegate:NSObject<NSApplicationDelegate>@property(assign)IBOutletNSWindow*window;@end