mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-24 00:25:58 +02:00
30 lines
370 B
Objective-C
30 lines
370 B
Objective-C
#import <LegacyComponents/TGModernGalleryImageItemContainerView.h>
|
|
|
|
@interface TGModernGalleryImageItemContainerLayer : CALayer
|
|
|
|
@end
|
|
|
|
@implementation TGModernGalleryImageItemContainerLayer
|
|
|
|
- (void)setNeedsLayout
|
|
{
|
|
}
|
|
|
|
- (void)layoutSublayers
|
|
{
|
|
}
|
|
|
|
@end
|
|
|
|
@implementation TGModernGalleryImageItemContainerView
|
|
|
|
- (void)setNeedsLayout
|
|
{
|
|
}
|
|
|
|
- (void)layoutSubviews
|
|
{
|
|
}
|
|
|
|
@end
|