Swiftgram/submodules/LegacyComponents/Sources/TGMediaPickerScrubberHeaderView.h
2020-02-22 15:38:54 +04:00

12 lines
317 B
Objective-C

#import <UIKit/UIKit.h>
#import "TGMediaPickerGalleryVideoScrubber.h"
@interface TGMediaPickerScrubberHeaderView : UIView
@property (nonatomic, assign) UIEdgeInsets safeAreaInset;
@property (nonatomic, strong) UIView *panelView;
@property (nonatomic, strong) TGMediaPickerGalleryVideoScrubber *scrubberView;
@end