adding comments
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
12771fa0f2
commit
1129ac4468
@ -43,6 +43,8 @@ extension ModelHandlerable {
|
||||
}
|
||||
}
|
||||
|
||||
public protocol ModelHandlerControlable<ModelType>: ModelHandlerable & UIControl {}
|
||||
//enforment of a specific class, helps later with subclassing using generics
|
||||
//https://sarunw.com/posts/how-to-declare-swift-protocol-for-specific-class/
|
||||
public protocol ModelHandlerControlable<ModelType>: ModelHandlerable, UIControl {}
|
||||
|
||||
public protocol ModelHandlerViewable<ModelType>: ModelHandlerable & UIView {}
|
||||
public protocol ModelHandlerViewable<ModelType>: ModelHandlerable, UIView {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user