XCTLGenerateProtocol.swift 227 B

123456789101112131415
  1. //
  2. // XCTLGenerateProtocol.swift
  3. // notebook
  4. //
  5. // Created by 邢铖 on 2023/5/18.
  6. //
  7. import Foundation
  8. @objc
  9. public protocol XCTLGenerateProtocol {
  10. static func initWithXCT(_ arg: [Any]) throws -> NSObject
  11. }