16 lines
226 B
Swift
16 lines
226 B
Swift
//
|
|
// SPLoginManager+Facebook.swift
|
|
// Thimra
|
|
//
|
|
// Created by 佳尔 on 2025/4/25.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
//https://developers.facebook.com/docs/facebook-login/ios?checkpoint_src=any
|
|
extension SPLoginManager {
|
|
|
|
|
|
|
|
}
|