#import #import "TGPIPAblePlayerView.h" @interface TGEmbedPlayerState : NSObject + (instancetype)stateWithPlaying:(bool)playing; + (instancetype)stateWithPlaying:(bool)playing duration:(NSTimeInterval)duration position:(NSTimeInterval)position downloadProgress:(CGFloat)downloadProgress buffering:(bool)buffering; @end