mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Build ChatListUI
This commit is contained in:
19
submodules/LegacyComponents/Sources/TGPhotoPaintController.h
Normal file
19
submodules/LegacyComponents/Sources/TGPhotoPaintController.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#import "TGPhotoEditorTabController.h"
|
||||
|
||||
#import <LegacyComponents/LegacyComponentsContext.h>
|
||||
|
||||
@class PGPhotoEditor;
|
||||
@class TGPhotoEditorPreviewView;
|
||||
|
||||
@interface TGPhotoPaintController : TGPhotoEditorTabController
|
||||
|
||||
- (instancetype)initWithContext:(id<LegacyComponentsContext>)context photoEditor:(PGPhotoEditor *)photoEditor previewView:(TGPhotoEditorPreviewView *)previewView;
|
||||
|
||||
- (TGPaintingData *)paintingData;
|
||||
|
||||
+ (CGRect)photoContainerFrameForParentViewFrame:(CGRect)parentViewFrame toolbarLandscapeSize:(CGFloat)toolbarLandscapeSize orientation:(UIInterfaceOrientation)orientation panelSize:(CGFloat)panelSize hasOnScreenNavigation:(bool)hasOnScreenNavigation;
|
||||
|
||||
@end
|
||||
|
||||
extern const CGFloat TGPhotoPaintTopPanelSize;
|
||||
extern const CGFloat TGPhotoPaintBottomPanelSize;
|
||||
Reference in New Issue
Block a user