Swiftgram/LegacyComponents/TGMediaPickerScrubberHeaderView.h
Ilya Laktyushin b22579ab57 no message
2017-11-08 16:23:50 +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