Files
SideStore/AltKit/NSError+ALTServerError.m
2019-05-30 17:17:48 -07:00

15 lines
305 B
Objective-C

//
// 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