NCNavigationController.h 266 B

1234567891011121314
  1. /**
  2. * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
  3. * SPDX-License-Identifier: GPL-3.0-or-later
  4. */
  5. #import <UIKit/UIKit.h>
  6. NS_ASSUME_NONNULL_BEGIN
  7. @interface NCNavigationController : UINavigationController
  8. @end
  9. NS_ASSUME_NONNULL_END