mirror of
https://github.com/maxgoedjen/secretive.git
synced 2024-11-22 13:37:07 +00:00
23 lines
660 B
Objective-C
23 lines
660 B
Objective-C
//
|
|
// SecretAgentKit.h
|
|
// SecretAgentKit
|
|
//
|
|
// Created by Max Goedjen on 2/22/20.
|
|
// Copyright © 2020 Max Goedjen. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
// Forward declaration of proc_pidpath from libproc.h
|
|
int proc_pidpath(int pid, void * buffer, uint32_t buffersize);
|
|
|
|
//! Project version number for SecretAgentKit.
|
|
FOUNDATION_EXPORT double SecretAgentKitVersionNumber;
|
|
|
|
//! Project version string for SecretAgentKit.
|
|
FOUNDATION_EXPORT const unsigned char SecretAgentKitVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <SecretAgentKit/PublicHeader.h>
|
|
|
|
|