@class UIImageView, CLKVideoPlayerView, NSString; @interface NTKAVFaceBaseView : NTKBackgroundImageFaceView @property (retain, nonatomic) CLKVideoPlayerView *videoPlayerView; @property (retain, nonatomic) UIImageView *posterImageView; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)dealloc; - (void)_reset; - (void)_mediaServicesWereReset:(id)a0; - (void).cxx_destruct; - (void)layoutSubviews; - (void)videoPlayerViewDidBeginPlaying:(id)a0; - (void)_beginTransitionToOption; - (void)_cleanupAfterTransitionToOption:(id)a0 forCustomEditMode:(long long)a1 slot:(id)a2; - (void)_createVideoPlayerViewIfNeeded; - (void)_loadSnapshotContentViews; - (id)_posterImageView; - (void)_prepareForEditing; - (id)_selectedContentView; - (void)_transitionToPosterView:(id)a0; - (void)_unloadSnapshotContentViews; - (id)initWithFaceStyle:(long long)a0 forDevice:(id)a1 clientIdentifier:(id)a2; - (void)pauseVideoPlayerViewIfItExists; - (void)videoPlayerViewDidBeginPlayingQueuedVideo:(id)a0; - (void)videoPlayerViewDidPauseAfterPlayingVideoToEnd:(id)a0; @end