Files
XcodeGen/Fixtures/TestProject/MyFramework/FrameworkFile.swift
T
2017-07-22 10:38:08 +02:00

17 lines
173 B
Swift

//
// FrameworkFile.swift
// spec
//
// Created by Yonas Kolb on 21/7/17.
//
//
import Foundation
public struct FrameworkStruct {
public init() {
}
}