package tim.prune.function.media;

/** Response from asking whether to delete or unlink media */
public enum PopupResponse {
	DELETE, UNLINK, MEDIA_NOT_CONNECTED, CANCEL
}
