@class NSArray, NSMutableArray; @protocol AXSSMotionTrackingVideoFileInputManagerDelegate; @interface AXSSMotionTrackingVideoFileInputManager : NSObject @property (class, readonly, nonatomic) BOOL allowVideoFileInput; @property (nonatomic) BOOL _monitoring; @property (retain, nonatomic) NSMutableArray *_videoFileInputNames; @property (readonly, copy, nonatomic) NSArray *videoFileInputNames; @property (weak, nonatomic) id delegate; - (void)_update; - (void)stopMonitoring; - (id)init; - (void)dealloc; - (void)_videoFileInputNamesChanged:(id)a0; - (void).cxx_destruct; - (void)startMonitoring; @end