mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
366981ba2e
* Naive support for swiftcrossimport * Update SourceGenerator.swift * Add changelog entry * Update CHANGELOG.md * Add test fixture * Check-in generated diffs
7 lines
75 B
Swift
7 lines
75 B
Swift
import Foundation
|
|
|
|
public struct FrameworkStruct {
|
|
|
|
public init() {}
|
|
}
|