| 123456789101112131415161718 |
- //
- // UserListViewController.h
- // iSales-NPD
- //
- // Created by Ray on 4/19/16.
- // Copyright © 2016 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "iSalesNetwork.h"
- #import "AESCrypt.h"
- @interface UserListViewController : UIViewController
- @property (strong, nonatomic) NSArray *logindata;
- @property (strong, nonatomic) IBOutlet UIBarButtonItem *bb_close;
- @property (strong, nonatomic) IBOutlet UIButton *btnclose;
- @property (nonatomic , copy) void (^returnValue)(bool blogin);
- @end
|