mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
16 lines
304 B
Objective-C
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
|