2018-10-03 13:49:18 -07:00
|
|
|
// Copyright 2013 Slack Technologies, Inc. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
|
|
// found in the LICENSE file.
|
|
|
|
|
2021-11-22 08:34:31 +01:00
|
|
|
#ifndef ELECTRON_SHELL_APP_ELECTRON_MAIN_DELEGATE_MAC_H_
|
|
|
|
#define ELECTRON_SHELL_APP_ELECTRON_MAIN_DELEGATE_MAC_H_
|
2018-10-03 13:49:18 -07:00
|
|
|
|
|
|
|
namespace electron {
|
|
|
|
|
|
|
|
// Initializes NSApplication.
|
|
|
|
void RegisterAtomCrApp();
|
|
|
|
|
|
|
|
} // namespace electron
|
|
|
|
|
2021-11-22 08:34:31 +01:00
|
|
|
#endif // ELECTRON_SHELL_APP_ELECTRON_MAIN_DELEGATE_MAC_H_
|