Commit 0d970724 by Daniel Dahan

updated files for Motion module and submodule distribution

parent ff6ed795
Subproject commit 0846f0c25d46da94c2ca4a27a6264a7a8a5437ab
Subproject commit 2fd5d3b0b0568f1ed0a14145cec9cd9d1eb5a020
......@@ -29,7 +29,6 @@
*/
import UIKit
import Motion
open class Button: UIButton, Pulseable, PulseableLayer {
/**
......
......@@ -29,7 +29,6 @@
*/
import UIKit
import Motion
@objc(CollectionReusableView)
open class CollectionReusableView: UICollectionReusableView, Pulseable, PulseableLayer {
......
......@@ -29,7 +29,6 @@
*/
import UIKit
import Motion
@objc(CollectionViewCell)
open class CollectionViewCell: UICollectionViewCell, Pulseable, PulseableLayer {
......
......@@ -29,7 +29,6 @@
*/
import UIKit
import Motion
@objc(DividerAlignment)
public enum DividerAlignment: Int {
......
......@@ -29,7 +29,6 @@
*/
import UIKit
import Motion
@objc(GridAxisDirection)
public enum GridAxisDirection: Int {
......
......@@ -29,7 +29,6 @@
*/
import UIKit
import Motion
public class Layout {
/// Parent UIView context.
......
......@@ -29,7 +29,6 @@
*/
import UIKit
import Motion
fileprivate class MaterialLayer {
/// A reference to the CALayer.
......
......@@ -29,7 +29,6 @@
*/
import UIKit
import Motion
public extension MotionAnimation {
/**
......
......@@ -29,7 +29,6 @@
*/
import UIKit
import Motion
/// A memory reference to the NavigationItem instance.
fileprivate var NavigationItemKey: UInt8 = 0
......
......@@ -29,7 +29,6 @@
*/
import UIKit
import Motion
/// A memory reference to the PageTabBarItem instance for UIViewController extensions.
fileprivate var PageTabBarItemKey: UInt8 = 0
......
......@@ -29,7 +29,6 @@
*/
import UIKit
import Motion
@objc(PulseAnimation)
public enum PulseAnimation: Int {
......
......@@ -29,7 +29,6 @@
*/
import UIKit
import Motion
open class PulseView: View, Pulseable, PulseableLayer {
/// A Pulse reference.
......
......@@ -29,7 +29,6 @@
*/
import UIKit
import Motion
@objc(SnackbarControllerDelegate)
public protocol SnackbarControllerDelegate {
......
......@@ -29,7 +29,6 @@
*/
import UIKit
import Motion
open class TableViewCell: UITableViewCell, Pulseable, PulseableLayer {
/**
......
......@@ -29,7 +29,6 @@
*/
import UIKit
import Motion
/// A memory reference to the TabsBarItem instance for UIViewController extensions.
fileprivate var TabsBarItemKey: UInt8 = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment