mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
15 lines
218 B
Objective-C
15 lines
218 B
Objective-C
//
|
|
// ViewController.h
|
|
// GeckoEmbed
|
|
//
|
|
// Created by Ted Mielczarek on 3/2/15.
|
|
// Copyright (c) 2015 Mozilla. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ViewController : UIViewController
|
|
|
|
|
|
@end
|
|
|