项目文件夹

文件
2026-07-13 12:35:01 +08:00

17 行
348 B
Objective-C

此文件含有模棱两可的 Unicode 字符
此文件含有可能会与其他字符混淆的 Unicode 字符。 如果您是想特意这样的,可以安全地忽略该警告。 使用 Escape 按钮显示他们。
//
// 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