App/ios/SolianShareExtension/ShareViewController.swift
2025-06-25 16:35:36 +08:00

15 lines
267 B
Swift

//
// ShareViewController.swift
// SolianShareExtension
//
// Created by LittleSheep on 2025/6/25.
//
import receive_sharing_intent
class ShareViewController: RSIShareViewController {
override func shouldAutoRedirect() -> Bool {
return false
}
}