Initial commit
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
//
|
||||
// LogInViewController.h
|
||||
// Ifish
|
||||
//
|
||||
// Created by imac on 15/9/28.
|
||||
// Copyright © 2015年 imac. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "BaseVIewContorller.h"
|
||||
#import "Utils.h"
|
||||
#import <BaiduMapAPI_Search/BMKSearchComponent.h>
|
||||
|
||||
@interface LogInViewController : BaseVIewContorller
|
||||
{
|
||||
BMKGeoCodeSearch*_geocodesearch;
|
||||
}
|
||||
@property (weak, nonatomic) IBOutlet UITextField *loginPhoneNumberTextField;
|
||||
@property (weak, nonatomic) IBOutlet UITextField *loginPasswordTextField;
|
||||
- (IBAction)LogIn:(id)sender;
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UIButton *wangJiBtn;
|
||||
|
||||
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *userIconImg;
|
||||
@property(nonatomic,strong) NSMutableArray*deviceArry;
|
||||
|
||||
@property(nonatomic,strong) NSMutableArray*venderArray;
|
||||
//新加摄像头数组
|
||||
@property(nonatomic,strong) NSMutableArray*cameraArr;
|
||||
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user