mirror of
https://github.com/danog/Telegram.git
synced 2024-12-02 09:27:55 +01:00
14 lines
259 B
Objective-C
14 lines
259 B
Objective-C
#import "TGImageView.h"
|
|
|
|
#import "TGModernView.h"
|
|
|
|
#import <SSignalKit/SSignalKit.h>
|
|
|
|
@interface TGSignalImageView : TGImageView <TGModernView>
|
|
|
|
@property (nonatomic) CGRect transitionContentRect;
|
|
|
|
- (void)setVideoPathSignal:(SSignal *)videoPathSignal;
|
|
|
|
@end
|