RxSwift/RxCocoa/iOS/Events/ItemEvents.swift

12 lines
269 B
Swift

//
// 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)