From 125eaed85f7bdf22feeb8963cbb617b2ad2c65ac Mon Sep 17 00:00:00 2001 From: Delton Ding Date: Fri, 6 Aug 2021 01:55:34 +0800 Subject: [PATCH] fix typo --- ios/RCTJPushModule/JPUSHService.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/RCTJPushModule/JPUSHService.h b/ios/RCTJPushModule/JPUSHService.h index a222ab6..8262f0d 100755 --- a/ios/RCTJPushModule/JPUSHService.h +++ b/ios/RCTJPushModule/JPUSHService.h @@ -429,13 +429,13 @@ typedef NS_OPTIONS(NSUInteger, JPInMessageType) { 默认值为 10 ,iOS系统默认地理围栏最大个数为20 @param count 个数 count */ -+ (void)setGeofeneceMaxCount:(NSInteger)count; ++ (void)setGeofenceMaxCount:(NSInteger)count; /** 设置地理围栏'圈内'类型的检测周期 默认15分钟检测一次 */ -+ (void)setGeofenecePeriodForInside:(NSInteger)seconds; ++ (void)setGeofencePeriodForInside:(NSInteger)seconds; /** 注册地理围栏的代理