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.
16 lines
333 B
Objective-C
16 lines
333 B
Objective-C
//
|
|
// PEPConstants.m
|
|
// PEPObjCAdapterFramework
|
|
//
|
|
// Created by Dirk Zimmermann on 01.03.19.
|
|
// Copyright © 2019 p≡p. All rights reserved.
|
|
//
|
|
|
|
#import "PEPConstants.h"
|
|
|
|
#pragma mark - Constants
|
|
|
|
NSString *const _Nonnull kPepHeaderAutoConsume = @"pEp-auto-consume";
|
|
|
|
NSString *const _Nonnull kPepValueAutoConsumeYes = @"yes";
|