mirror of
https://github.com/danog/Telegram.git
synced 2024-12-04 02:17:51 +01:00
14 lines
261 B
Objective-C
14 lines
261 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
CGSize TGFitSize(CGSize size, CGSize maxSize);
|
|
bool TGOrientationIsSideward(UIImageOrientation orientation, bool *mirrored);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|