mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
33 lines
1.0 KiB
Objective-C
33 lines
1.0 KiB
Objective-C
//
|
|
// Display.h
|
|
// Display
|
|
//
|
|
// Created by Peter on 29/07/15.
|
|
// Copyright © 2015 Telegram. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for Display.
|
|
FOUNDATION_EXPORT double DisplayVersionNumber;
|
|
|
|
//! Project version string for Display.
|
|
FOUNDATION_EXPORT const unsigned char DisplayVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <Display/PublicHeader.h>
|
|
|
|
#import <Display/RuntimeUtils.h>
|
|
#import <Display/UIViewController+Navigation.h>
|
|
#import <Display/UIKitUtils.h>
|
|
#import <Display/UINavigationItem+Proxy.h>
|
|
#import <Display/UIWindow+OrientationChange.h>
|
|
#import <Display/NotificationCenterUtils.h>
|
|
#import <Display/NSBag.h>
|
|
#import <Display/UIBarButtonItem+Proxy.h>
|
|
#import <Display/NavigationControllerProxy.h>
|
|
#import <Display/NavigationBarProxy.h>
|
|
#import <UIKit/UIGestureRecognizerSubclass.h>
|
|
#import <Display/NSWeakReference.h>
|
|
#import <Display/FBAnimationPerformanceTracker.h>
|
|
#import <Display/CATracingLayer.h>
|