|
//
|
|
// ItemEvents.swift
|
|
// RxCocoa
|
|
//
|
|
// Created by Krunoslav Zaher on 6/20/15.
|
|
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
import UIKit
|
|
|
|
public typealias ItemMovedEvent = (sourceIndex: NSIndexPath, destinationIndex: NSIndexPath) |