From 88e3474f789584c943640802361d239c6658b155 Mon Sep 17 00:00:00 2001 From: Tim Lee Date: Tue, 26 Mar 2019 10:35:11 -0400 Subject: [PATCH] Removed public from the extension declaration. This has been deprecated in Swift 5. --- Classes/ScrollableGraphView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/ScrollableGraphView.swift b/Classes/ScrollableGraphView.swift index 9dc5d18..56e4064 100644 --- a/Classes/ScrollableGraphView.swift +++ b/Classes/ScrollableGraphView.swift @@ -981,7 +981,7 @@ fileprivate class SGVQueue { // We have to be our own data source for interface builder. #if TARGET_INTERFACE_BUILDER -public extension ScrollableGraphView : ScrollableGraphViewDataSource { +extension ScrollableGraphView : ScrollableGraphViewDataSource { var numberOfDisplayItems: Int { get {