mirror of
https://github.com/ZaidElkurdi/AssistantPlus.git
synced 2025-01-23 03:48:31 +00:00
16 lines
228 B
Objective-C
16 lines
228 B
Objective-C
//
|
|
// ViewController.h
|
|
// AssistantPlusApp
|
|
//
|
|
// Created by Zaid Elkurdi on 3/27/15.
|
|
// Copyright (c) 2015 Zaid Elkurdi. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ViewController : UIViewController
|
|
|
|
|
|
@end
|
|
|