App/ios/SolianShareExtension/ShareViewController.swift
2025-06-26 01:54:43 +08:00

15 lines
266 B
Swift

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