From 9ab7dc8f52f9e9b40e6cde3228deaf4a7233c01d Mon Sep 17 00:00:00 2001 From: Anton Popkov Date: Fri, 13 Oct 2017 16:17:39 +0300 Subject: [PATCH] Code review inspections fix vol. 3 --- Sources/Protocols/AppearanceProtocol.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Protocols/AppearanceProtocol.swift b/Sources/Protocols/AppearanceProtocol.swift index a974f5c0..26c89c4e 100644 --- a/Sources/Protocols/AppearanceProtocol.swift +++ b/Sources/Protocols/AppearanceProtocol.swift @@ -20,6 +20,7 @@ // THE SOFTWARE. // + //Protocol which ensures that specific type can apply appearance to itself public protocol AppearanceProtocol { associatedtype Appearance