//
//  NSDictionary+PAG_IESGurdKit.h
//  IESGeckoKit
//
//  Created by 陈煜钏 on 2020/3/1.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface NSDictionary (PAG_IESGurdKit)
@property (nonatomic, assign) BOOL pag_gurd_forceRequest;
@end

NS_ASSUME_NONNULL_END
