mac_touchbar_audio.h 418 B

123456789101112131415
  1. /*
  2. This file is part of Telegram Desktop,
  3. the official desktop application for the Telegram messaging service.
  4. For license and copyright information please follow this link:
  5. https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
  6. */
  7. #pragma once
  8. #import <AppKit/NSTouchBar.h>
  9. API_AVAILABLE(macos(10.12.2))
  10. @interface TouchBarAudioPlayer : NSTouchBar<NSTouchBarDelegate>
  11. - (rpl::producer<>)closeRequests;
  12. @end