Jabber Guest iOS SDK
AboutViewController.h
1 //
2 // AboutViewController.h
3 // JabberGuestSDK
4 //
5 // Created by alexcbk on 8/5/13.
6 // Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
11 @interface AboutViewController : UIViewController
12 
13 @property (strong, nonatomic) IBOutlet UILabel *Version;
14 @property (strong, nonatomic) IBOutlet UITextView *About_Body;
15 
16 @end