mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Refactor ActivityIndicator
This commit is contained in:
19
submodules/ActivityIndicator/Sources/ActivityIndicator.h
Normal file
19
submodules/ActivityIndicator/Sources/ActivityIndicator.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// ActivityIndicator.h
|
||||
// ActivityIndicator
|
||||
//
|
||||
// Created by Peter on 8/1/19.
|
||||
// Copyright © 2019 Telegram Messenger LLP. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
//! Project version number for ActivityIndicator.
|
||||
FOUNDATION_EXPORT double ActivityIndicatorVersionNumber;
|
||||
|
||||
//! Project version string for ActivityIndicator.
|
||||
FOUNDATION_EXPORT const unsigned char ActivityIndicatorVersionString[];
|
||||
|
||||
// In this header, you should import all the public headers of your framework using statements like #import <ActivityIndicator/PublicHeader.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user