secretive/Sources/Config/ConfigBridging.m
2023-03-12 15:01:45 +10:00

13 lines
259 B
Objective-C

//
// Bridging.m
// Secretive
//
// Created by Maxwell (Smudge) on 12/03/23.
// Copyright © 2023 Max Goedjen. All rights reserved.
//
#import <Foundation/Foundation.h>
#define MakeString(x) #x
NSString *const BundlePrefix = @MakeString(BUNDLE_PREFIX);