🧱 System recieve sharing

This commit is contained in:
2025-06-25 16:35:36 +08:00
parent 434256e61e
commit 06e1623a86
11 changed files with 379 additions and 2 deletions

View File

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