Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

EVERYONE IS CORRECT, PLEASE ACCEPT! 🤞🎉 #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion MCSwipeTableViewCell/MCSwipeTableViewCell.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ typedef NS_ENUM(NSUInteger, MCSwipeTableViewCellMode) {
* @param state `MCSwipeTableViewCellState` which has been triggered.
* @param mode `MCSwipeTableViewCellMode` used for for swiping.
*
* @return No return value.
*/
typedef void (^MCSwipeCompletionBlock)(MCSwipeTableViewCell *cell, MCSwipeTableViewCellState state, MCSwipeTableViewCellMode mode);

Expand Down