cocoaTouch/TeamMenuViewController.h
author unc0rr
Fri, 12 Nov 2010 19:47:52 +0300
branchlua_linux_lib_fix
changeset 3016 25707604b688
parent 2687 28b8330b8af1
permissions -rw-r--r--
Close this one
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2687
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
     1
//
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
     2
//  TeamMenuViewController.h
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
     3
//  hwengine
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
     4
//
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
     5
//  Created by Vittorio on 08/01/10.
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
     6
//  Copyright 2010 __MyCompanyName__. All rights reserved.
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
     7
//
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
     8
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
     9
#import <UIKit/UIKit.h>
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    10
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    11
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    12
@interface TeamMenuViewController : UIViewController {
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    13
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    14
}
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    15
28b8330b8af1 add stub files for other views and prevent useless crashes
koda
parents:
diff changeset
    16
@end