Add FlowCommoniOS pod

This commit is contained in:
ismailgulek 2020-07-16 12:24:43 +03:00
parent 072065ec30
commit 90c0d925f2
No known key found for this signature in database
GPG key ID: E96336D42D9470A9
3 changed files with 3 additions and 0 deletions

View file

@ -61,6 +61,7 @@ abstract_target 'RiotPods' do
pod 'GBDeviceInfo', '~> 6.3.0' pod 'GBDeviceInfo', '~> 6.3.0'
pod 'Reusable', '~> 4.1' pod 'Reusable', '~> 4.1'
pod 'FlowCommoniOS', '~> 1.8.6'
# Piwik for analytics # Piwik for analytics
pod 'MatomoTracker', '~> 7.2.0' pod 'MatomoTracker', '~> 7.2.0'

View file

@ -4,6 +4,7 @@
// //
import UIKit import UIKit
import FlowCommoniOS
@IBDesignable @IBDesignable
public class ElementView: UIView { public class ElementView: UIView {

View file

@ -5,6 +5,7 @@
// swiftlint:disable all // swiftlint:disable all
import UIKit import UIKit
import FlowCommoniOS
public class Timeline_1: Timeline { public class Timeline_1: Timeline {
public convenience init(view: ElementView, duration: TimeInterval, autoreverses: Bool = false, repeatCount: Float = 0) { public convenience init(view: ElementView, duration: TimeInterval, autoreverses: Bool = false, repeatCount: Float = 0) {