RxSwift/RxCocoa/iOS/Events/ItemEvents.swift

12 lines
272 B
Swift

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