mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
13 lines
181 B
Objective-C
13 lines
181 B
Objective-C
//
|
|
// Crasher.m
|
|
// Client
|
|
//
|
|
// Created by Steph Leroux on 2015-10-08.
|
|
// Copyright © 2015 Mozilla. All rights reserved.
|
|
//
|
|
|
|
#import "Crasher.h"
|
|
|
|
@implementation Crasher
|
|
|
|
@end
|