mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
11 lines
355 B
Objective-C
Executable File
11 lines
355 B
Objective-C
Executable File
#import <UIKit/UIKit.h>
|
|
#import "UICollectionView+TGTransitioning.h"
|
|
|
|
@interface TGTransitionLayout : UICollectionViewTransitionLayout <TGTransitionAnimatorLayout>
|
|
|
|
@property (nonatomic) CGPoint toContentOffset;
|
|
@property (nonatomic, strong) void(^progressChanged)(CGFloat progress);
|
|
@property (nonatomic, strong) void(^transitionAlmostFinished)();
|
|
|
|
@end
|