mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Build ChatListUI
This commit is contained in:
17
submodules/LegacyComponents/Sources/TGPhotoCropGridView.h
Normal file
17
submodules/LegacyComponents/Sources/TGPhotoCropGridView.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
typedef enum {
|
||||
TGPhotoCropViewGridModeNone,
|
||||
TGPhotoCropViewGridModeMajor,
|
||||
TGPhotoCropViewGridModeMinor
|
||||
} TGPhotoCropViewGridMode;
|
||||
|
||||
@interface TGPhotoCropGridView : UIView
|
||||
|
||||
@property (nonatomic, readonly) TGPhotoCropViewGridMode mode;
|
||||
|
||||
- (instancetype)initWithMode:(TGPhotoCropViewGridMode)mode;
|
||||
|
||||
- (void)setHidden:(bool)hidden animated:(bool)animated duration:(CGFloat)duration delay:(CGFloat)delay;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user