2020-09-03 16:39:08 -07:00
|
|
|
//
|
|
|
|
|
// AltStoreCore.h
|
|
|
|
|
// AltStoreCore
|
|
|
|
|
//
|
|
|
|
|
// Created by Riley Testut on 9/3/20.
|
|
|
|
|
// Copyright © 2020 Riley Testut. All rights reserved.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
|
|
|
|
|
|
//! Project version number for AltStoreCore.
|
|
|
|
|
FOUNDATION_EXPORT double AltStoreCoreVersionNumber;
|
|
|
|
|
|
|
|
|
|
//! Project version string for AltStoreCore.
|
|
|
|
|
FOUNDATION_EXPORT const unsigned char AltStoreCoreVersionString[];
|
|
|
|
|
|
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <AltStoreCore/PublicHeader.h>
|
|
|
|
|
|
2023-05-12 18:26:24 -05:00
|
|
|
#import <AltStoreCore/ALTAppPermissions.h>
|
2020-09-03 16:39:08 -07:00
|
|
|
#import <AltStoreCore/ALTSourceUserInfoKey.h>
|
2023-11-15 14:13:58 -06:00
|
|
|
#import <AltStoreCore/ALTPatreonBenefitID.h>
|
2020-09-03 16:39:08 -07:00
|
|
|
|
|
|
|
|
// Shared
|
|
|
|
|
#import <AltStoreCore/ALTConstants.h>
|
|
|
|
|
#import <AltStoreCore/ALTConnection.h>
|
2024-08-06 10:43:52 +09:00
|
|
|
#import <AltStoreCore/ALTWrappedError.h>
|
2020-09-03 16:39:08 -07:00
|
|
|
#import <AltStoreCore/NSError+ALTServerError.h>
|
|
|
|
|
#import <AltStoreCore/CFNotificationName+AltStore.h>
|