mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-12 08:13:26 +01:00
XCode project for app, moved app project to folder
This commit is contained in:
21
SideStoreApp/Sources/Shared/XPC/AltXPCProtocol.swift
Normal file
21
SideStoreApp/Sources/Shared/XPC/AltXPCProtocol.swift
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// AltXPCProtocol.swift
|
||||
// SideStore
|
||||
//
|
||||
// Created by Joseph Mattiello on 02/28/23.
|
||||
// Copyright © 2023 Joseph Mattiello. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public typealias AltXPCProtocol = SideXPCProtocol
|
||||
|
||||
@objc
|
||||
public protocol SideXPCProtocol {
|
||||
func ping(completionHandler: @escaping () -> Void)
|
||||
func requestAnisetteData(completionHandler: @escaping (ALTAnisetteData?, Error?) -> Void)
|
||||
}
|
||||
|
||||
@objc public class ALTAnisetteData: NSObject {
|
||||
// implementation
|
||||
}
|
||||
Reference in New Issue
Block a user