Add feature flag for contact sharing.

pull/1/head
Matthew Chen 7 years ago
parent 36abd6ab73
commit f4ee688401

@ -13,6 +13,8 @@ NS_ASSUME_NONNULL_BEGIN
@class TSAttachment;
@class YapDatabaseReadWriteTransaction;
extern BOOL kIsSendingContactSharesEnabled;
typedef NS_ENUM(NSUInteger, OWSContactPhoneType) {
OWSContactPhoneType_Home = 1,
OWSContactPhoneType_Mobile,

@ -14,6 +14,8 @@
NS_ASSUME_NONNULL_BEGIN
BOOL kIsSendingContactSharesEnabled = YES;
@interface OWSContactPhoneNumber ()
@property (nonatomic) OWSContactPhoneType phoneType;

Loading…
Cancel
Save