Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
//  AboutVC.h
//  PocketVision
//
//  Created by Fabrizio on 06/03/13.
//  Copyright (c) 2013 Odyssey. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AboutVC : UIViewController 

@property (nonatomic, weak) IBOutlet UILabel *version;
@property (nonatomic, weak) IBOutlet UITextView *textView;

@property (nonatomic, weak) IBOutlet UIToolbar *headerView;
@property (nonatomic, weak) IBOutlet UIBarButtonItem *closeButton;

- (IBAction) close;

@end

Commits for Nextrek/iOS/StoryBoard/StoryBoard/VC/Shared/AboutVC.h

Diff revisions: vs.
Revision Author Commited Message
69 FAquili picture FAquili Thu 23 Jan, 2014 14:40:00 +0000

Storyboard real