mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
13 lines
128 B
Swift
13 lines
128 B
Swift
//
|
|
// Foo.swift
|
|
// ExampleFramework
|
|
//
|
|
// Created by ryohey on 2020/07/12.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public func foo() {
|
|
|
|
}
|