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.
21 lines
377 B
Objective-C
21 lines
377 B
Objective-C
//
|
|
// 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
|