atom_main_delegate_mac.h 399 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 ATOM_APP_ATOM_MAIN_DELEGATE_MAC_H_
  5. #define ATOM_APP_ATOM_MAIN_DELEGATE_MAC_H_
  6. namespace atom {
  7. // Initializes NSApplication.
  8. void RegisterAtomCrApp();
  9. } // namespace atom
  10. #endif // ATOM_APP_ATOM_MAIN_DELEGATE_MAC_H_