mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-15 10:24:32 +01:00
132af03bb2
Co-authored-by: Marcus Kida <marcus.kida@bearologics.com>
13 lines
170 B
Swift
13 lines
170 B
Swift
//
|
|
// ImageAnalyzer.swift
|
|
//
|
|
//
|
|
// Created by Jed Fox on 2022-11-14.
|
|
//
|
|
|
|
import VisionKit
|
|
|
|
extension ImageAnalyzer {
|
|
public static let shared = ImageAnalyzer()
|
|
}
|