0元购Android端

朱海文 0bf794239c 银行卡号判定 4 years ago
..
ExampleUnitTest.java 0bf794239c 银行卡号判定 4 years ago
xiaomo_mobile_ios - Gogs: Go Git Service

小墨的iOS移动端APP代码

EasyIOS.h 873B

    // // swift-bridge.h // swiftTest // // Created by zhuchao on 14-7-15. // Copyright (c) 2014 year zhuchao. All rights reserved. // #import "Action.h" #import "Scene.h" #import "Model.h" #import <SharkORM/SharkORM.h> #import <JSONModel/JSONModel.h> #import <AFNetworking/AFNetworking.h> #import <GCDObjC/GCDObjC.h> #import <TMCache/TMCache.h> #import "SceneModel.h" #import "SceneCollectionView.h" #import "SceneScrollView.h" #import "SceneTableView.h" #import "Request.h" #import "UIScrollView+CoverView.h" #import "MMPickerView.h" #import "SVPullToRefresh.h" #import <FLKAutoLayout/UIView+FLKAutoLayout.h> #import "UIView+EzGesture.h" #import "URLManager.h" #ifdef DEBUG #define EZLog(...) NSLog(__VA_ARGS__) #else #define EZLog(...) #endif #define EZFRAME(frame) EZLog(@"%.1f,%.1f,%.1f,%.1f",frame.origin.x,frame.origin.y,frame.size.width,frame.size.height);