Files
SideStore/AltKit/NSError+ALTServerError.m

15 lines
305 B
Mathematica
Raw Normal View History

//
// NSError+ALTServerError.m
// AltStore
//
// Created by Riley Testut on 5/30/19.
// Copyright © 2019 Riley Testut. All rights reserved.
//
#import "NSError+ALTServerError.h"
NSErrorDomain const AltServerErrorDomain = @"com.rileytestut.AltServer";
@implementation NSError (ALTServerError)
@end