package com.afollestad.materialcamera.internal; /** * @author Aidan Follestad (afollestad) */ interface CameraUriInterface { String getOutputUri(); }