Declaration

var lastClickedIndexPath: IndexPath? { get set }

Declaration

@property (nonatomic, strong) NSIndexPath * lastClickedIndexPath;

Declaration

lastClickedIndexPath() -> NSIndexPath
setLastClickedIndexPath_(lastClickedIndexPath: NSIndexPath)