mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
17 lines
173 B
Swift
17 lines
173 B
Swift
//
|
|
// FrameworkFile.swift
|
|
// spec
|
|
//
|
|
// Created by Yonas Kolb on 21/7/17.
|
|
//
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public struct FrameworkStruct {
|
|
|
|
public init() {
|
|
|
|
}
|
|
}
|