mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-20 06:22:12 +00:00
13 lines
259 B
Objective-C
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);
|