public
Description: XBMC iPhone Remote
Homepage: remote.collect3.com.au
Clone URL: git://github.com/djfumberger/xbmc-remote.git
xbmc-remote / untitled.h
100644 17 lines (11 sloc) 0.199 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// untitled.h
// NavTest
//
// Created by David Fumberger on 31/07/08.
// Copyright 2008 collect3. All rights reserved.
//
 
#import <UIKit/UIKit.h>
 
 
@interface untitled : NSObject {
 
}
 
@end