proofmode 0.9.0

Capture, share, and preserve verifiable photos and videos
Documentation
1
2
3
4
5
6
7
8
// ProofModeBridge.swift
// This file re-exports the ProofMode module if available as a separate framework.

import Foundation

#if canImport(ProofModeRust)
import ProofModeRust
#endif