electron_main_delegate_mac.h 422 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 SHELL_APP_ELECTRON_MAIN_DELEGATE_MAC_H_
  5. #define SHELL_APP_ELECTRON_MAIN_DELEGATE_MAC_H_
  6. namespace electron {
  7. // Initializes NSApplication.
  8. void RegisterAtomCrApp();
  9. } // namespace electron
  10. #endif // SHELL_APP_ELECTRON_MAIN_DELEGATE_MAC_H_