91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

企業微信虛擬定位遠程定位打卡,現場拍照改為從相冊選擇照片

資源截圖

代碼片段和文件信息

//
//??HelperSettingController.m
//??test
//
//??Created?by?mgfjx?on?2019/3/17.
//??Copyright???2019?mgfjx.?All?rights?reserved.
//

#import?“HelperSettingController.h“
#import?
#import?“WWKLocationItem.h“
#import?
#import?

#define?CellHeight?50
#define?MainWidth?[UIScreen?mainScreen].bounds.size.width

@interface?HelperSettingController?()

@property?(nonatomic?strong)?UITableView?*tableView?;

@end

@implementation?HelperSettingController

#pragma?mark?-?LifeCycle

void?p_send(id?self?SEL?_cmd?id?arg1)?{
????Ivar?ivar?=?class_getInstanceVariable([self?class]?“_selectionItem“);
????//?返回名為test的ivar變量的值
????WWKLocationItem?*item?=?(WWKLocationItem?*)object_getIvar(self?ivar);
????
????CLLocationCoordinate2D?coor?=?item.coordinate;
????
????NSString?*string?=?[NSString?stringWithFormat:@“%lf%lf“?coor.latitude?coor.longitude];
????
????[[NSUserDefaults?standardUserDefaults]?setobject:@(coor.latitude)?forKey:@“kXLLatitude“];
????[[NSUserDefaults?standardUserDefaults]?setobject:@(coor.longitude)?forKey:@“kXLLongitude“];
????
????[[NSNotificationCenter?defaultCenter]?postNotificationName:@“kNotificationVCLoad“?object:string];
????
????UIViewController?*vc?=?(UIViewController?*)self;
????[vc.navigationController?popViewControllerAnimated:YES];
}

void?viewDidLoad(id?self?SEL?_cmd)?{
????SEL?superSel?=?_cmd;
????Method?sm?=?class_getInstanceMethod([self?superclass]?superSel);
????IMP?imp?=?method_getImplementation(sm);
????imp(self?superSel);
????
????UIViewController?*vc?=?(UIViewController?*)self;
????
????vc.title?=?@“虛擬定位“;
????
????vc.navigationItem.rightBarButtonItem?=?[[UIBarButtonItem?alloc]?initWithtitle:@“確定“?style:UIBarButtonItemstylePlain?target:self?action:@selector(p_send:)];
}

-?(void)viewDidLoad?{
????[super?viewDidLoad];
????
????self.title?=?@“助手設置“;
????self.view.backgroundColor?=?[UIColor?whiteColor];
????[self?initViews];
????
}

-?(void)initViews?{
????
????UITableView?*table?=?[[UITableView?alloc]?initWithframe:self.view.bounds?style:UITableViewstylePlain];
????table.delegate?=?self;
????table.dataSource?=?self;
????
????[self.view?addSubview:table];
????self.tableView?=?table;
????
????table.tableFooterView?=?[UIView?new];
????
????CGFloat?value?=?0.95;
????table.backgroundColor?=?[UIColor?colorWithRed:value?green:value?blue:value?alpha:1.0];
????
}

#pragma?mark?-?UITableViewDelegate?UITableViewDataSource
-?(NSInteger)numberOfSectionsInTableView:(UITableView?*)tableView?{
????return?3;
}

-?(NSInteger)tableView:(UITableView?*)tableView?numberOfRowsInSection:(NSInteger)section?{
????if?(section?==?0)?{
????????return?1;
????}else?if?(section?==?1){
????????if?([MainKeyMananer?manager].fakeLocation)?{
????????????return?2;
????????}else{
????????????return?1;
????????}
????}else{
????????return?2;
????}
}

-?(UITableViewCell?*)tableView:(UITableView?*)tableView?cellForRowAtIndexPath:(NSIndexPath?*)indexPath?{
????

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-03-18?17:37??weworkhelper\
?????目錄???????????0??2019-03-12?17:16??weworkhelper\obj\
?????目錄???????????0??2019-03-12?17:16??weworkhelper\obj\debug\
?????文件????????6148??2019-03-17?21:29??weworkhelper\.DS_Store
?????目錄???????????0??2019-05-10?16:23??__MACOSX\
?????目錄???????????0??2019-05-10?16:23??__MACOSX\weworkhelper\
?????文件?????????120??2019-03-17?21:29??__MACOSX\weworkhelper\._.DS_Store
?????目錄???????????0??2019-03-18?17:38??weworkhelper\.theos\
?????文件???????????0??2019-03-18?17:38??weworkhelper\.theos\fakeroot
?????目錄???????????0??2019-03-18?17:36??weworkhelper\.theos\obj\
?????目錄???????????0??2019-03-18?17:36??weworkhelper\.theos\obj\armv7\
?????目錄???????????0??2019-03-14?09:02??weworkhelper\.theos\obj\armv7\WeWorkHelper.dylib.dSYM\
?????目錄???????????0??2019-03-14?09:02??weworkhelper\.theos\obj\armv7\WeWorkHelper.dylib.dSYM\Contents\
?????目錄???????????0??2019-03-14?09:02??weworkhelper\.theos\obj\armv7\WeWorkHelper.dylib.dSYM\Contents\Resources\
?????目錄???????????0??2019-03-14?09:02??weworkhelper\.theos\obj\armv7\WeWorkHelper.dylib.dSYM\Contents\Resources\DWARF\
?????文件???????12446??2019-03-18?17:36??weworkhelper\.theos\obj\armv7\WeWorkHelper.dylib.dSYM\Contents\Resources\DWARF\WeWorkHelper.dylib
?????文件?????????647??2019-03-18?17:36??weworkhelper\.theos\obj\armv7\WeWorkHelper.dylib.dSYM\Contents\Info.plist
?????文件???????53980??2019-03-18?17:36??weworkhelper\.theos\obj\armv7\WeWorkHelper.dylib
?????目錄???????????0??2019-03-18?17:36??weworkhelper\.theos\obj\armv7\src\
?????文件????????9836??2019-03-17?21:57??weworkhelper\.theos\obj\armv7\src\WindowInfoManager.m.5ddec90b.o
?????文件????????4952??2019-03-14?08:59??weworkhelper\.theos\obj\armv7\src\SuspensionView.m.5ddec90b.o
?????文件????????3928??2019-03-14?08:59??weworkhelper\.theos\obj\armv7\src\LocationselectViewController.m.5ddec90b.o
?????文件????????7824??2019-03-18?17:36??weworkhelper\.theos\obj\armv7\src\Tweak.xm.5ddec90b.o
?????文件????????8532??2019-03-18?09:09??weworkhelper\.theos\obj\armv7\src\MainKeyMananer.m.5ddec90b.o
?????文件???????27888??2019-03-18?09:29??weworkhelper\.theos\obj\armv7\src\HelperSettingController.m.5ddec90b.o
?????文件??????136528??2019-03-18?17:36??weworkhelper\.theos\obj\WeWorkHelper.dylib
?????目錄???????????0??2019-03-18?17:36??weworkhelper\.theos\obj\arm64\
?????目錄???????????0??2019-03-14?09:02??weworkhelper\.theos\obj\arm64\WeWorkHelper.dylib.dSYM\
?????目錄???????????0??2019-03-14?09:02??weworkhelper\.theos\obj\arm64\WeWorkHelper.dylib.dSYM\Contents\
?????目錄???????????0??2019-03-14?09:02??weworkhelper\.theos\obj\arm64\WeWorkHelper.dylib.dSYM\Contents\Resources\
?????目錄???????????0??2019-03-14?09:02??weworkhelper\.theos\obj\arm64\WeWorkHelper.dylib.dSYM\Contents\Resources\DWARF\
............此處省略238個文件信息

評論

共有 條評論