2014 snapchat source code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
138 B

  1. interface SCManagedRecordedVideo
  2. NSURL *videoURL;
  3. NSURL *rawVideoDataFileURL;
  4. UIImage *placeholderImage;
  5. BOOL isFrontFacingCamera;
  6. end