mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
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()
|
|
}
|