electron_main_delegate_mac.h 449 B

123456789101112131415
  1. // Copyright 2013 Slack Technologies, Inc. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef ELECTRON_SHELL_APP_ELECTRON_MAIN_DELEGATE_MAC_H_
  5. #define ELECTRON_SHELL_APP_ELECTRON_MAIN_DELEGATE_MAC_H_
  6. namespace electron {
  7. // Initializes NSApplication.
  8. void RegisterAtomCrApp();
  9. } // namespace electron
  10. #endif // ELECTRON_SHELL_APP_ELECTRON_MAIN_DELEGATE_MAC_H_