1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
Source-SnapChat/ManagedCapturer/SCManagedRecordedVideo.value
2018-05-24 00:47:03 +03:00

6 lines
138 B
Plaintext

interface SCManagedRecordedVideo
NSURL *videoURL;
NSURL *rawVideoDataFileURL;
UIImage *placeholderImage;
BOOL isFrontFacingCamera;
end