mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
13 lines
201 B
Objective-C
13 lines
201 B
Objective-C
//
|
|
// Crasher.h
|
|
// Client
|
|
//
|
|
// Created by Steph Leroux on 2015-10-08.
|
|
// Copyright © 2015 Mozilla. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface Crasher : NSObject
|
|
|
|
@end
|