mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
20 lines
613 B
Objective-C
20 lines
613 B
Objective-C
//
|
|
// CounterContollerTitleView.h
|
|
// CounterContollerTitleView
|
|
//
|
|
// Created by Peter on 8/17/19.
|
|
// Copyright © 2019 Telegram Messenger LLP. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for CounterContollerTitleView.
|
|
FOUNDATION_EXPORT double CounterContollerTitleViewVersionNumber;
|
|
|
|
//! Project version string for CounterContollerTitleView.
|
|
FOUNDATION_EXPORT const unsigned char CounterContollerTitleViewVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <CounterContollerTitleView/PublicHeader.h>
|
|
|
|
|