mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-08 22:56:41 +01:00
14 lines
194 B
Swift
14 lines
194 B
Swift
//
|
|
// ImageAnalyzer.swift
|
|
//
|
|
//
|
|
// Created by Jed Fox on 2022-11-14.
|
|
//
|
|
|
|
import VisionKit
|
|
|
|
@available(iOS 16.0, *)
|
|
extension ImageAnalyzer {
|
|
public static let shared = ImageAnalyzer()
|
|
}
|