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

18 lines
465 B
Objective-C

//
// PEPConstants.h
// PEPObjCAdapterFramework
//
// Created by Dirk Zimmermann on 01.03.19.
// Copyright © 2019 p≡p. All rights reserved.
//
#import <Foundation/Foundation.h>
#pragma mark - Constants
/** The key of the header for certain sync messages, "pEp-auto-consume". */
extern NSString *const _Nonnull kPepHeaderAutoConsume;
/** The positive value of the header for "pEp-auto-consume". */
extern NSString *const _Nonnull kPepValueAutoConsumeYes;