The cause of the error is that you are trying to match UIGestureRecognizerDelegatetwice. Once explicitly wrote it at the beginning and the second time, expanding SLKTextViewController, which already corresponds to it - the source codeSLKTextViewController consists of the following line:
NS_CLASS_AVAILABLE_IOS(7_0) @interface SLKTextViewController : UIViewController <UITextViewDelegate, UITableViewDelegate, UITableViewDataSource, UICollectionViewDelegate, UICollectionViewDataSource, UIGestureRecognizerDelegate, UIAlertViewDelegate>
UIGestureRecognizerDelegate!
: UIGestureRecognizerDelegate,
class Viewcontroller : SLKTextViewController, SWRevealViewControllerDelegate {