ZRContacts Class Reference

Inherits from ZRModel : NSObject
Declared in ZRModel.h

  cId

contactId (hash_id): The unique index of the phone book, it is recommended to use the year, month, day, hour, minute and second integer

@property (nonatomic, assign) NSInteger cId

Declared In

ZRModel.h

  name

! 18 bytes, up to 6 characters, the excess will be cut off<##>

@property (nonatomic, copy) NSString *name

Declared In

ZRModel.h

  number

! Phone numbers, numbers only, no more than 20 digits

@property (nonatomic, copy) NSString *number

Declared In

ZRModel.h