mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-03 03:40:33 +00:00
git-subtree-dir: submodules/LegacyComponents git-subtree-mainline:6086305304git-subtree-split:d559434616
30 lines
353 B
Objective-C
30 lines
353 B
Objective-C
#import "TGModernGalleryImageItemContainerView.h"
|
|
|
|
@interface TGModernGalleryImageItemContainerLayer : CALayer
|
|
|
|
@end
|
|
|
|
@implementation TGModernGalleryImageItemContainerLayer
|
|
|
|
- (void)setNeedsLayout
|
|
{
|
|
}
|
|
|
|
- (void)layoutSublayers
|
|
{
|
|
}
|
|
|
|
@end
|
|
|
|
@implementation TGModernGalleryImageItemContainerView
|
|
|
|
- (void)setNeedsLayout
|
|
{
|
|
}
|
|
|
|
- (void)layoutSubviews
|
|
{
|
|
}
|
|
|
|
@end
|