blob: 7ba568e3e07d2f7688f9388311a56b8dbb0ece89 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_INSTALLER_MAC_APP_APPDELEGATE_H_
#define CHROME_INSTALLER_MAC_APP_APPDELEGATE_H_
#import <AppKit/AppKit.h>
@interface AppDelegate : NSObject<NSApplicationDelegate>
@end
#endif // CHROME_INSTALLER_MAC_APP_APPDELEGATE_H_