15 lines
266 B
Swift
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
|
|
}
|
|
}
|