Skip to content

Commit a1b90b9

Browse files
committed
Add simple manifest
1 parent cd47d7e commit a1b90b9

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// ExtensionManifest.swift
3+
//
4+
//
5+
// Created by Pavel Kasila on 27.03.22.
6+
//
7+
8+
import Foundation
9+
10+
public struct ExtensionManifest: Codable, Identifiable, Hashable {
11+
public var id: String
12+
public var displayName: String
13+
}

0 commit comments

Comments
 (0)