Surface/ios/SolarShare/ShareViewController.swift

19 lines
388 B
Swift
Raw Normal View History

2024-12-15 04:10:45 +00:00
//
// ShareViewController.swift
// SolarShare
//
// Created by LittleSheep on 2024/12/15.
//
import receive_sharing_intent
class ShareViewController: RSIShareViewController {
// Use this method to return false if you don't want to redirect to host app automatically.
// Default is true
override func shouldAutoRedirect() -> Bool {
return true
}
}