File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99import Foundation
1010
11- protocol Layoutable {
11+ public protocol Layoutable {
1212 func apply( layout: ComputedLayout , offset: CGPoint )
1313}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import Foundation
1717#endif
1818
1919extension CoreLayoutViewType : Layoutable {
20- func apply( layout: ComputedLayout , offset: CGPoint = . zero) {
20+ public func apply( layout: ComputedLayout , offset: CGPoint = . zero) {
2121 let layoutFrame = layout. frame. offsetBy ( dx: offset. x, dy: offset. y)
2222
2323 let childOffset = CGPoint . zero
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.0 </string >
18+ <string >0.0.2 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments