//
|
|
// PEPInternalConstants.h
|
|
// PEPObjCAdapterFramework
|
|
//
|
|
// Created by Dirk Zimmermann on 25.07.19.
|
|
// Copyright © 2019 p≡p. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface PEPInternalConstants : NSObject
|
|
|
|
/** Constant for the string undefined */
|
|
extern NSString *const _Nonnull kUndefined;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|