Ilya Laktyushin 40b7feac42 Video Messages Improvements
(cherry picked from commit e614343888ebdb7208399b785815b5dbc3f8ad26)
2021-07-31 12:32:58 +02:00

16 lines
304 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGVideoMessageShimmerView : UIView
- (void)updateAbsoluteRect:(CGRect)absoluteRect containerSize:(CGSize)containerSize;
@end
@interface TGVideoMessageRingView : UIView
@property (nonatomic, strong) UIColor *accentColor;
- (void)setValue:(CGFloat)value;
@end