mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
15 lines
305 B
Objective-C
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
|