Files
2026-07-13 12:35:01 +08:00

17 lines
348 B
Objective-C
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
//
// UIViewController+PopGesture.h
// TLChat
//
// Created by 李伯坤 on 2017/9/26.
// Copyright © 2017年 李伯坤. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIViewController (PopGesture) <UIGestureRecognizerDelegate>
/// 禁用手势返回(默认为NO
@property (nonatomic, assign) BOOL disablePopGesture;
@end