You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
447 B

//
// JLEmergencyContactModel.h
// JL_BLEKit
//
// Created by EzioChan on 2022/2/17.
// Copyright © 2022 www.zh-jieli.com. All rights reserved.
//
#import "JLwSettingModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface JLEmergencyContactModel : JLwSettingModel
@property(nonatomic,strong)NSString *phoneNumber;
-(instancetype)initWithData:(NSData *)data;
-(instancetype)initWithPhoneNumber:(NSString *)phoneNumber;
@end
NS_ASSUME_NONNULL_END