We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc12002 commit b4da549Copy full SHA for b4da549
1 file changed
Tests/Example.swift
@@ -0,0 +1,34 @@
1
+import XCTest
2
+import SmartCodable
3
+
4
5
6
7
+class Tests: XCTestCase {
8
9
+ override func setUp() {
10
+ super.setUp()
11
12
+ }
13
14
+ override func tearDown() {
15
+ super.tearDown()
16
17
18
19
+ func testBase() {
20
21
22
+}
23
24
25
26
27
28
29
+// SmartCodable
30
+struct Smart: SmartCodable {
31
+ var name: String?
32
33
34
0 commit comments