| 123456789101112131415161718192021 |
- //
- // LocationDetailViewController.h
- // Apex Mobile
- //
- // Created by Ray on 14-3-18.
- // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import <AddressBookUI/AddressBookUI.h>
- @interface LocationDetailViewController : UIViewController<ABNewPersonViewControllerDelegate>
- //@property (strong, nonatomic) IBOutlet UITextView *nameText;
- //@property (strong, nonatomic) IBOutlet UITextView *addrText;
- //@property (strong, nonatomic) IBOutlet UITextView *telText;
- //@property (strong, nonatomic) IBOutlet UITextView *faxText;
- //@property (strong, nonatomic) IBOutlet UITextView *contactText;
- //@property (strong, nonatomic) IBOutlet UITextView *emailText;
- @property (strong, nonatomic) IBOutlet UITextView *contentText;
- @property (strong,nonatomic) NSMutableDictionary* params;
- //@property (strong,nonatomic) UINavigationController * aBNewPersonNav;
- @end
|