├── .gitignore ├── Podfile ├── Podfile.lock ├── Pods ├── AFNetworking │ ├── AFNetworking │ │ ├── AFHTTPRequestOperation.h │ │ ├── AFHTTPRequestOperation.m │ │ ├── AFHTTPRequestOperationManager.h │ │ ├── AFHTTPRequestOperationManager.m │ │ ├── AFHTTPSessionManager.h │ │ ├── AFHTTPSessionManager.m │ │ ├── AFNetworkReachabilityManager.h │ │ ├── AFNetworkReachabilityManager.m │ │ ├── AFNetworking.h │ │ ├── AFSecurityPolicy.h │ │ ├── AFSecurityPolicy.m │ │ ├── AFURLConnectionOperation.h │ │ ├── AFURLConnectionOperation.m │ │ ├── AFURLRequestSerialization.h │ │ ├── AFURLRequestSerialization.m │ │ ├── AFURLResponseSerialization.h │ │ ├── AFURLResponseSerialization.m │ │ ├── AFURLSessionManager.h │ │ └── AFURLSessionManager.m │ ├── LICENSE │ ├── README.md │ └── UIKit+AFNetworking │ │ ├── AFNetworkActivityIndicatorManager.h │ │ ├── AFNetworkActivityIndicatorManager.m │ │ ├── UIActivityIndicatorView+AFNetworking.h │ │ ├── UIActivityIndicatorView+AFNetworking.m │ │ ├── UIAlertView+AFNetworking.h │ │ ├── UIAlertView+AFNetworking.m │ │ ├── UIButton+AFNetworking.h │ │ ├── UIButton+AFNetworking.m │ │ ├── UIImageView+AFNetworking.h │ │ ├── UIImageView+AFNetworking.m │ │ ├── UIKit+AFNetworking.h │ │ ├── UIProgressView+AFNetworking.h │ │ ├── UIProgressView+AFNetworking.m │ │ ├── UIRefreshControl+AFNetworking.h │ │ ├── UIRefreshControl+AFNetworking.m │ │ ├── UIWebView+AFNetworking.h │ │ └── UIWebView+AFNetworking.m ├── AMap3DMap │ └── MAMapKit.framework │ │ ├── Headers │ │ ├── MAMapKit │ │ ├── Resources │ │ └── Versions │ │ ├── 2.5.0.002286d.60159 │ │ ├── Headers │ │ │ ├── MAAnnotation.h │ │ │ ├── MAAnnotationView.h │ │ │ ├── MACircle.h │ │ │ ├── MACircleView.h │ │ │ ├── MAGeodesicPolyline.h │ │ │ ├── MAGeometry.h │ │ │ ├── MAGroundOverlay.h │ │ │ ├── MAGroundOverlayView.h │ │ │ ├── MALineDrawType.h │ │ │ ├── MAMapKit.h │ │ │ ├── MAMapServices.h │ │ │ ├── MAMapStatus.h │ │ │ ├── MAMapView.h │ │ │ ├── MAMultiPoint.h │ │ │ ├── MANavigation.h │ │ │ ├── MAOfflineCity.h │ │ │ ├── MAOfflineItem.h │ │ │ ├── MAOfflineItemCommonCity.h │ │ │ ├── MAOfflineItemMunicipality.h │ │ │ ├── MAOfflineItemNationWide.h │ │ │ ├── MAOfflineMap.h │ │ │ ├── MAOfflineProvince.h │ │ │ ├── MAOverlay.h │ │ │ ├── MAOverlayPathView.h │ │ │ ├── MAOverlayView.h │ │ │ ├── MAPinAnnotationView.h │ │ │ ├── MAPointAnnotation.h │ │ │ ├── MAPolygon.h │ │ │ ├── MAPolygonView.h │ │ │ ├── MAPolyline.h │ │ │ ├── MAPolylineView.h │ │ │ ├── MAShape.h │ │ │ ├── MATileOverlay.h │ │ │ ├── MATileOverlayView.h │ │ │ ├── MATouchPoi.h │ │ │ ├── MATypes.h │ │ │ └── MAUserLocation.h │ │ ├── MAMapKit │ │ └── Resources │ │ │ └── AMap.bundle │ │ │ ├── AMap3D.bundle │ │ │ ├── bktile.data │ │ │ ├── bktile_n.data │ │ │ ├── dash.data │ │ │ ├── iconr.data │ │ │ ├── iconr_n.data │ │ │ ├── lineround.data │ │ │ ├── roadarrow.data │ │ │ ├── style_l.data │ │ │ ├── style_nl.data │ │ │ ├── style_sl.data │ │ │ ├── tbl.data │ │ │ ├── tgl.data │ │ │ ├── trl.data │ │ │ └── tyl.data │ │ │ ├── images │ │ │ ├── greenPin.png │ │ │ ├── greenPin@2x.png │ │ │ ├── greenPin@3x.png │ │ │ ├── greenPin_lift.png │ │ │ ├── greenPin_lift@2x.png │ │ │ ├── greenPin_lift@3x.png │ │ │ ├── lineDashTexture.png │ │ │ ├── lineTexture.png │ │ │ ├── pin_shadow.png │ │ │ ├── pin_shadow@2x.png │ │ │ ├── pin_shadow@3x.png │ │ │ ├── purplePin.png │ │ │ ├── purplePin@2x.png │ │ │ ├── purplePin@3x.png │ │ │ ├── purplePin_lift.png │ │ │ ├── purplePin_lift@2x.png │ │ │ ├── purplePin_lift@3x.png │ │ │ ├── redPin.png │ │ │ ├── redPin@2x.png │ │ │ ├── redPin@3x.png │ │ │ ├── redPin_lift.png │ │ │ ├── redPin_lift@2x.png │ │ │ └── redPin_lift@3x.png │ │ │ └── offline │ │ │ └── offlinePackage.plist │ │ └── Current ├── AMapSearch │ └── AMapSearchKit.framework │ │ ├── AMapSearchKit │ │ ├── Headers │ │ ├── Resources │ │ └── Versions │ │ ├── 2.5.0.ddf4fd3 │ │ ├── AMapSearchKit │ │ └── Headers │ │ │ ├── AMapCommonObj.h │ │ │ ├── AMapSearchAPI.h │ │ │ └── AMapSearchObj.h │ │ └── Current ├── Headers │ ├── Private │ │ ├── AFNetworking │ │ │ ├── AFHTTPRequestOperation.h │ │ │ ├── AFHTTPRequestOperationManager.h │ │ │ ├── AFHTTPSessionManager.h │ │ │ ├── AFNetworkActivityIndicatorManager.h │ │ │ ├── AFNetworkReachabilityManager.h │ │ │ ├── AFNetworking.h │ │ │ ├── AFSecurityPolicy.h │ │ │ ├── AFURLConnectionOperation.h │ │ │ ├── AFURLRequestSerialization.h │ │ │ ├── AFURLResponseSerialization.h │ │ │ ├── AFURLSessionManager.h │ │ │ ├── UIActivityIndicatorView+AFNetworking.h │ │ │ ├── UIAlertView+AFNetworking.h │ │ │ ├── UIButton+AFNetworking.h │ │ │ ├── UIImageView+AFNetworking.h │ │ │ ├── UIKit+AFNetworking.h │ │ │ ├── UIProgressView+AFNetworking.h │ │ │ ├── UIRefreshControl+AFNetworking.h │ │ │ └── UIWebView+AFNetworking.h │ │ ├── MBProgressHUD │ │ │ └── MBProgressHUD.h │ │ ├── MJExtension │ │ │ ├── MJConst.h │ │ │ ├── MJExtension.h │ │ │ ├── MJFoundation.h │ │ │ ├── MJProperty.h │ │ │ ├── MJType.h │ │ │ ├── NSObject+MJCoding.h │ │ │ ├── NSObject+MJKeyValue.h │ │ │ ├── NSObject+MJProperty.h │ │ │ └── NSString+MJExtension.h │ │ ├── MJRefresh │ │ │ ├── MJRefresh.h │ │ │ ├── MJRefreshComponent.h │ │ │ ├── MJRefreshConst.h │ │ │ ├── MJRefreshFooter.h │ │ │ ├── MJRefreshGifFooter.h │ │ │ ├── MJRefreshGifHeader.h │ │ │ ├── MJRefreshHeader.h │ │ │ ├── MJRefreshLegendFooter.h │ │ │ ├── MJRefreshLegendHeader.h │ │ │ ├── UIScrollView+MJExtension.h │ │ │ ├── UIScrollView+MJRefresh.h │ │ │ └── UIView+MJExtension.h │ │ ├── SDWebImage │ │ │ ├── NSData+ImageContentType.h │ │ │ ├── SDImageCache.h │ │ │ ├── SDWebImageCompat.h │ │ │ ├── SDWebImageDecoder.h │ │ │ ├── SDWebImageDownloader.h │ │ │ ├── SDWebImageDownloaderOperation.h │ │ │ ├── SDWebImageManager.h │ │ │ ├── SDWebImageOperation.h │ │ │ ├── SDWebImagePrefetcher.h │ │ │ ├── UIButton+WebCache.h │ │ │ ├── UIImage+GIF.h │ │ │ ├── UIImage+MultiFormat.h │ │ │ ├── UIImageView+HighlightedWebCache.h │ │ │ ├── UIImageView+WebCache.h │ │ │ └── UIView+WebCacheOperation.h │ │ ├── SVProgressHUD │ │ │ ├── SVIndefiniteAnimatedView.h │ │ │ └── SVProgressHUD.h │ │ └── UMengAnalytics │ │ │ └── MobClick.h │ └── Public │ │ ├── AFNetworking │ │ ├── AFHTTPRequestOperation.h │ │ ├── AFHTTPRequestOperationManager.h │ │ ├── AFHTTPSessionManager.h │ │ ├── AFNetworkActivityIndicatorManager.h │ │ ├── AFNetworkReachabilityManager.h │ │ ├── AFNetworking.h │ │ ├── AFSecurityPolicy.h │ │ ├── AFURLConnectionOperation.h │ │ ├── AFURLRequestSerialization.h │ │ ├── AFURLResponseSerialization.h │ │ ├── AFURLSessionManager.h │ │ ├── UIActivityIndicatorView+AFNetworking.h │ │ ├── UIAlertView+AFNetworking.h │ │ ├── UIButton+AFNetworking.h │ │ ├── UIImageView+AFNetworking.h │ │ ├── UIKit+AFNetworking.h │ │ ├── UIProgressView+AFNetworking.h │ │ ├── UIRefreshControl+AFNetworking.h │ │ └── UIWebView+AFNetworking.h │ │ ├── MBProgressHUD │ │ └── MBProgressHUD.h │ │ ├── MJExtension │ │ ├── MJConst.h │ │ ├── MJExtension.h │ │ ├── MJFoundation.h │ │ ├── MJProperty.h │ │ ├── MJType.h │ │ ├── NSObject+MJCoding.h │ │ ├── NSObject+MJKeyValue.h │ │ ├── NSObject+MJProperty.h │ │ └── NSString+MJExtension.h │ │ ├── MJRefresh │ │ ├── MJRefresh.h │ │ ├── MJRefreshComponent.h │ │ ├── MJRefreshConst.h │ │ ├── MJRefreshFooter.h │ │ ├── MJRefreshGifFooter.h │ │ ├── MJRefreshGifHeader.h │ │ ├── MJRefreshHeader.h │ │ ├── MJRefreshLegendFooter.h │ │ ├── MJRefreshLegendHeader.h │ │ ├── UIScrollView+MJExtension.h │ │ ├── UIScrollView+MJRefresh.h │ │ └── UIView+MJExtension.h │ │ ├── SDWebImage │ │ ├── NSData+ImageContentType.h │ │ ├── SDImageCache.h │ │ ├── SDWebImageCompat.h │ │ ├── SDWebImageDecoder.h │ │ ├── SDWebImageDownloader.h │ │ ├── SDWebImageDownloaderOperation.h │ │ ├── SDWebImageManager.h │ │ ├── SDWebImageOperation.h │ │ ├── SDWebImagePrefetcher.h │ │ ├── UIButton+WebCache.h │ │ ├── UIImage+GIF.h │ │ ├── UIImage+MultiFormat.h │ │ ├── UIImageView+HighlightedWebCache.h │ │ ├── UIImageView+WebCache.h │ │ └── UIView+WebCacheOperation.h │ │ ├── SVProgressHUD │ │ ├── SVIndefiniteAnimatedView.h │ │ └── SVProgressHUD.h │ │ └── UMengAnalytics │ │ └── MobClick.h ├── MBProgressHUD │ ├── LICENSE │ ├── MBProgressHUD.h │ ├── MBProgressHUD.m │ └── README.mdown ├── MJExtension │ ├── LICENSE │ ├── MJExtensionExample │ │ └── MJExtensionExample │ │ │ └── MJExtension │ │ │ ├── MJConst.h │ │ │ ├── MJConst.m │ │ │ ├── MJExtension.h │ │ │ ├── MJFoundation.h │ │ │ ├── MJFoundation.m │ │ │ ├── MJProperty.h │ │ │ ├── MJProperty.m │ │ │ ├── MJType.h │ │ │ ├── MJType.m │ │ │ ├── NSObject+MJCoding.h │ │ │ ├── NSObject+MJCoding.m │ │ │ ├── NSObject+MJKeyValue.h │ │ │ ├── NSObject+MJKeyValue.m │ │ │ ├── NSObject+MJProperty.h │ │ │ ├── NSObject+MJProperty.m │ │ │ ├── NSString+MJExtension.h │ │ │ └── NSString+MJExtension.m │ └── README.md ├── MJRefresh │ ├── LICENSE │ ├── MJRefreshExample │ │ └── MJRefreshExample │ │ │ └── MJRefresh │ │ │ ├── MJRefresh.bundle │ │ │ └── arrow@2x.png │ │ │ ├── MJRefresh.h │ │ │ ├── MJRefreshComponent.h │ │ │ ├── MJRefreshComponent.m │ │ │ ├── MJRefreshConst.h │ │ │ ├── MJRefreshConst.m │ │ │ ├── MJRefreshFooter.h │ │ │ ├── MJRefreshFooter.m │ │ │ ├── MJRefreshGifFooter.h │ │ │ ├── MJRefreshGifFooter.m │ │ │ ├── MJRefreshGifHeader.h │ │ │ ├── MJRefreshGifHeader.m │ │ │ ├── MJRefreshHeader.h │ │ │ ├── MJRefreshHeader.m │ │ │ ├── MJRefreshLegendFooter.h │ │ │ ├── MJRefreshLegendFooter.m │ │ │ ├── MJRefreshLegendHeader.h │ │ │ ├── MJRefreshLegendHeader.m │ │ │ ├── UIScrollView+MJExtension.h │ │ │ ├── UIScrollView+MJExtension.m │ │ │ ├── UIScrollView+MJRefresh.h │ │ │ ├── UIScrollView+MJRefresh.m │ │ │ ├── UIView+MJExtension.h │ │ │ └── UIView+MJExtension.m │ └── README.md ├── Manifest.lock ├── Pods.xcodeproj │ ├── project.pbxproj │ └── xcuserdata │ │ └── jinzelu.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── SDWebImage │ ├── LICENSE │ ├── README.md │ └── SDWebImage │ │ ├── NSData+ImageContentType.h │ │ ├── NSData+ImageContentType.m │ │ ├── SDImageCache.h │ │ ├── SDImageCache.m │ │ ├── SDWebImageCompat.h │ │ ├── SDWebImageCompat.m │ │ ├── SDWebImageDecoder.h │ │ ├── SDWebImageDecoder.m │ │ ├── SDWebImageDownloader.h │ │ ├── SDWebImageDownloader.m │ │ ├── SDWebImageDownloaderOperation.h │ │ ├── SDWebImageDownloaderOperation.m │ │ ├── SDWebImageManager.h │ │ ├── SDWebImageManager.m │ │ ├── SDWebImageOperation.h │ │ ├── SDWebImagePrefetcher.h │ │ ├── SDWebImagePrefetcher.m │ │ ├── UIButton+WebCache.h │ │ ├── UIButton+WebCache.m │ │ ├── UIImage+GIF.h │ │ ├── UIImage+GIF.m │ │ ├── UIImage+MultiFormat.h │ │ ├── UIImage+MultiFormat.m │ │ ├── UIImageView+HighlightedWebCache.h │ │ ├── UIImageView+HighlightedWebCache.m │ │ ├── UIImageView+WebCache.h │ │ ├── UIImageView+WebCache.m │ │ ├── UIView+WebCacheOperation.h │ │ └── UIView+WebCacheOperation.m ├── SVProgressHUD │ ├── LICENSE.txt │ ├── README.md │ └── SVProgressHUD │ │ ├── SVIndefiniteAnimatedView.h │ │ ├── SVIndefiniteAnimatedView.m │ │ ├── SVProgressHUD.bundle │ │ ├── angle-mask.png │ │ ├── angle-mask@2x.png │ │ ├── angle-mask@3x.png │ │ ├── error.png │ │ ├── error@2x.png │ │ ├── error@3x.png │ │ ├── info.png │ │ ├── info@2x.png │ │ ├── info@3x.png │ │ ├── success.png │ │ ├── success@2x.png │ │ └── success@3x.png │ │ ├── SVProgressHUD.h │ │ └── SVProgressHUD.m └── UMengAnalytics │ └── umsdk_IOS_analytics_idfa_v3.4.6 │ └── UMAnalytics_Sdk_3.4.6 │ ├── MobClick.h │ └── libMobClickLibrary.a ├── README.md ├── meituan.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ │ └── jinzelu.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ └── jinzelu.xcuserdatad │ └── xcschemes │ ├── meituan.xcscheme │ └── xcschememanagement.plist ├── meituan.xcworkspace ├── contents.xcworkspacedata ├── xcshareddata │ └── meituan.xccheckout └── xcuserdata │ └── jinzelu.xcuserdatad │ ├── UserInterfaceState.xcuserstate │ └── xcdebugger │ └── Breakpoints_v2.xcbkptlist ├── meituan ├── AppDelegate.h ├── AppDelegate.m ├── Base.lproj │ ├── LaunchScreen.xib │ └── Main.storyboard ├── Controller │ ├── Home │ │ ├── DiscountOCViewController.h │ │ ├── DiscountOCViewController.m │ │ ├── DiscountViewController.h │ │ ├── DiscountViewController.m │ │ ├── HomeViewController.h │ │ ├── HomeViewController.m │ │ ├── HotQueueViewController.h │ │ ├── HotQueueViewController.m │ │ ├── RushViewController.h │ │ ├── RushViewController.m │ │ └── Shop │ │ │ ├── ShopViewController.h │ │ │ └── ShopViewController.m │ ├── Map │ │ ├── JZMapViewControlle.h │ │ └── JZMapViewControlle.m │ ├── Merchant │ │ ├── InfoViewController.h │ │ ├── InfoViewController.m │ │ ├── JZMerchantDetailViewController.h │ │ ├── JZMerchantDetailViewController.m │ │ ├── JZMerchantViewController.h │ │ └── JZMerchantViewController.m │ ├── Mine │ │ ├── MineViewController.h │ │ └── MineViewController.m │ ├── More │ │ ├── MoreViewController.h │ │ └── MoreViewController.m │ └── Onsite │ │ ├── JZOnSiteViewController.h │ │ └── JZOnSiteViewController.m ├── DB │ ├── MoreData.plist │ └── menuData.plist ├── Images.xcassets │ ├── AppIcon.appiconset │ │ ├── AppIcon29x29@2x.png │ │ ├── AppIcon40x40@2x.png │ │ ├── AppIcon60x60@2x.png │ │ ├── AppIcon60x60@3x.png │ │ └── Contents.json │ └── DianPing │ │ ├── dropdown_anim__0001.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__0001@2x.png │ │ ├── dropdown_anim__00010.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00010@2x.png │ │ ├── dropdown_anim__00011.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00011@2x.png │ │ ├── dropdown_anim__00012.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00012@2x.png │ │ ├── dropdown_anim__00013.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00013@2x.png │ │ ├── dropdown_anim__00014.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00014@2x.png │ │ ├── dropdown_anim__00015.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00015@2x.png │ │ ├── dropdown_anim__00016.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00016@2x.png │ │ ├── dropdown_anim__00017.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00017@2x.png │ │ ├── dropdown_anim__00018.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00018@2x.png │ │ ├── dropdown_anim__00019.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00019@2x.png │ │ ├── dropdown_anim__0002.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__0002@2x.png │ │ ├── dropdown_anim__00020.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00020@2x.png │ │ ├── dropdown_anim__00021.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00021@2x.png │ │ ├── dropdown_anim__00022.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00022@2x.png │ │ ├── dropdown_anim__00023.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00023@2x.png │ │ ├── dropdown_anim__00024.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00024@2x.png │ │ ├── dropdown_anim__00025.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00025@2x.png │ │ ├── dropdown_anim__00026.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00026@2x.png │ │ ├── dropdown_anim__00027.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00027@2x.png │ │ ├── dropdown_anim__00028.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00028@2x.png │ │ ├── dropdown_anim__00029.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00029@2x.png │ │ ├── dropdown_anim__0003.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__0003@2x.png │ │ ├── dropdown_anim__00030.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00030@2x.png │ │ ├── dropdown_anim__00031.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00031@2x.png │ │ ├── dropdown_anim__00032.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00032@2x.png │ │ ├── dropdown_anim__00033.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00033@2x.png │ │ ├── dropdown_anim__00034.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00034@2x.png │ │ ├── dropdown_anim__00035.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00035@2x.png │ │ ├── dropdown_anim__00036.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00036@2x.png │ │ ├── dropdown_anim__00037.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00037@2x.png │ │ ├── dropdown_anim__00038.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00038@2x.png │ │ ├── dropdown_anim__00039.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00039@2x.png │ │ ├── dropdown_anim__0004.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__0004@2x.png │ │ ├── dropdown_anim__00040.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00040@2x.png │ │ ├── dropdown_anim__00041.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00041@2x.png │ │ ├── dropdown_anim__00042.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00042@2x.png │ │ ├── dropdown_anim__00043.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00043@2x.png │ │ ├── dropdown_anim__00044.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00044@2x.png │ │ ├── dropdown_anim__00045.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00045@2x.png │ │ ├── dropdown_anim__00046.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00046@2x.png │ │ ├── dropdown_anim__00047.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00047@2x.png │ │ ├── dropdown_anim__00048.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00048@2x.png │ │ ├── dropdown_anim__00049.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00049@2x.png │ │ ├── dropdown_anim__0005.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__0005@2x.png │ │ ├── dropdown_anim__00050.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00050@2x.png │ │ ├── dropdown_anim__00051.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00051@2x.png │ │ ├── dropdown_anim__00052.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00052@2x.png │ │ ├── dropdown_anim__00053.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00053@2x.png │ │ ├── dropdown_anim__00054.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00054@2x.png │ │ ├── dropdown_anim__00055.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00055@2x.png │ │ ├── dropdown_anim__00056.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00056@2x.png │ │ ├── dropdown_anim__00057.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00057@2x.png │ │ ├── dropdown_anim__00058.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00058@2x.png │ │ ├── dropdown_anim__00059.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00059@2x.png │ │ ├── dropdown_anim__0006.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__0006@2x.png │ │ ├── dropdown_anim__00060.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__00060@2x.png │ │ ├── dropdown_anim__0007.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__0007@2x.png │ │ ├── dropdown_anim__0008.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__0008@2x.png │ │ ├── dropdown_anim__0009.imageset │ │ ├── Contents.json │ │ └── dropdown_anim__0009@2x.png │ │ ├── dropdown_loading_01.imageset │ │ ├── Contents.json │ │ └── dropdown_loading_01@2x.png │ │ ├── dropdown_loading_02.imageset │ │ ├── Contents.json │ │ └── dropdown_loading_02@2x.png │ │ └── dropdown_loading_03.imageset │ │ ├── Contents.json │ │ └── dropdown_loading_03@2x.png ├── Info.plist ├── Model │ ├── Home │ │ ├── Discount │ │ │ ├── DisDealModel.h │ │ │ ├── DisDealModel.m │ │ │ ├── DisLabelModel.h │ │ │ ├── DisLabelModel.m │ │ │ ├── DisTopicModel.h │ │ │ └── DisTopicModel.m │ │ ├── DiscountModel.h │ │ ├── DiscountModel.m │ │ ├── HotQueueModel.h │ │ ├── HotQueueModel.m │ │ ├── RecommendModel.h │ │ ├── RecommendModel.m │ │ ├── RushDataModel.h │ │ ├── RushDataModel.m │ │ ├── RushDealsModel.h │ │ ├── RushDealsModel.m │ │ └── shop │ │ │ ├── ShopInfoModel.h │ │ │ ├── ShopInfoModel.m │ │ │ ├── ShopRecommendModel.h │ │ │ └── ShopRecommendModel.m │ ├── Map │ │ ├── JZMAAroundAnnotation.h │ │ ├── JZMAAroundAnnotation.m │ │ ├── JZMAAroundModel.h │ │ └── JZMAAroundModel.m │ └── Merchant │ │ ├── HomeServiceModel.h │ │ ├── HomeServiceModel.m │ │ ├── JZMerAroundGroupModel.h │ │ ├── JZMerAroundGroupModel.m │ │ ├── JZMerCateGroupModel.h │ │ ├── JZMerCateGroupModel.m │ │ ├── JZMerDetailModel.h │ │ ├── JZMerDetailModel.m │ │ ├── JZMerchantModel.h │ │ ├── JZMerchantModel.m │ │ ├── ServiceAdvModel.h │ │ └── ServiceAdvModel.m ├── Others │ ├── 3tdParts │ │ └── LoopView │ │ │ ├── ImageScrollCell.h │ │ │ ├── ImageScrollCell.m │ │ │ ├── ImageScrollView.h │ │ │ └── ImageScrollView.m │ ├── Category │ │ ├── NSString+Size.h │ │ └── NSString+Size.m │ ├── Library │ │ ├── UMAnalytics_Sdk_3.5.16 │ │ │ ├── MobClick.h │ │ │ ├── MobClickSocialAnalytics.h │ │ │ └── libMobClickLibrary.a │ │ ├── UMSocial_Sdk_4.2.3 │ │ │ ├── Header │ │ │ │ ├── UMSocial.h │ │ │ │ ├── UMSocialAccountManager.h │ │ │ │ ├── UMSocialBar.h │ │ │ │ ├── UMSocialConfig.h │ │ │ │ ├── UMSocialControllerService.h │ │ │ │ ├── UMSocialControllerServiceComment.h │ │ │ │ ├── UMSocialData.h │ │ │ │ ├── UMSocialDataService.h │ │ │ │ ├── UMSocialSnsData.h │ │ │ │ ├── UMSocialSnsPlatformManager.h │ │ │ │ └── UMSocialSnsService.h │ │ │ ├── SocialSDKXib │ │ │ │ ├── UMSCommentDetailController.xib │ │ │ │ ├── UMSCommentInputController.xib │ │ │ │ ├── UMSCommentInputControlleriPad.xib │ │ │ │ ├── UMSLoginViewController.xib │ │ │ │ ├── UMSShareListController.xib │ │ │ │ ├── UMShareEditViewController.xib │ │ │ │ ├── UMShareEditViewControlleriPad.xib │ │ │ │ └── UMSnsAccountViewController.xib │ │ │ ├── UMSocialSDKResourcesNew.bundle │ │ │ │ ├── Buttons │ │ │ │ │ ├── UMS_Check.png │ │ │ │ │ ├── UMS_Check@2x.png │ │ │ │ │ ├── UMS_No_Location.png │ │ │ │ │ ├── UMS_No_Location@2x.png │ │ │ │ │ ├── UMS_User-Avatar-Placeholder@2x.png │ │ │ │ │ ├── UMS_User_profile_default@2x.png │ │ │ │ │ ├── UMS_account_login@2x.png │ │ │ │ │ ├── UMS_add_friend_off.png │ │ │ │ │ ├── UMS_add_friend_off@2x.png │ │ │ │ │ ├── UMS_add_friend_on.png │ │ │ │ │ ├── UMS_add_friend_on@2x.png │ │ │ │ │ ├── UMS_comment_input@2x.png │ │ │ │ │ ├── UMS_comment_view_cell.png │ │ │ │ │ ├── UMS_comment_view_cell_white@2x.png │ │ │ │ │ ├── UMS_delete_image_button_normal.png │ │ │ │ │ ├── UMS_delete_image_button_normal@2x.png │ │ │ │ │ ├── UMS_find@2x.png │ │ │ │ │ ├── UMS_follow_off@2x.png │ │ │ │ │ ├── UMS_follow_on@2x.png │ │ │ │ │ ├── UMS_nav_bar_bg_white@2x.png │ │ │ │ │ ├── UMS_nav_button_back.png │ │ │ │ │ ├── UMS_nav_button_back@2x.png │ │ │ │ │ ├── UMS_nav_button_close.png │ │ │ │ │ ├── UMS_nav_button_close@2x.png │ │ │ │ │ ├── UMS_nav_button_refresh.png │ │ │ │ │ ├── UMS_nav_button_refresh@2x.png │ │ │ │ │ ├── UMS_nav_button_send.png │ │ │ │ │ ├── UMS_nav_button_send@2x.png │ │ │ │ │ ├── UMS_oauth_off.png │ │ │ │ │ ├── UMS_oauth_off@2x.png │ │ │ │ │ ├── UMS_oauth_on.png │ │ │ │ │ ├── UMS_oauth_on@2x.png │ │ │ │ │ ├── UMS_place_map.png │ │ │ │ │ ├── UMS_place_map@2x.png │ │ │ │ │ ├── UMS_place_off.png │ │ │ │ │ ├── UMS_place_off@2x.png │ │ │ │ │ ├── UMS_place_tap.png │ │ │ │ │ ├── UMS_place_tap@2x.png │ │ │ │ │ ├── UMS_shake__share_button@2x.png │ │ │ │ │ ├── UMS_shake_close.png │ │ │ │ │ ├── UMS_shake_close@2x.png │ │ │ │ │ ├── UMS_shake_close_tap.png │ │ │ │ │ ├── UMS_shake_close_tap@2x.png │ │ │ │ │ ├── UMS_share_change_account.png │ │ │ │ │ ├── UMS_share_change_account@2x.png │ │ │ │ │ ├── UMS_share_change_account_bg@2x.png │ │ │ │ │ ├── UMS_share_change_account_tap.png │ │ │ │ │ ├── UMS_share_change_account_tap@2x.png │ │ │ │ │ ├── UMS_share_change_to_account@2x.png │ │ │ │ │ ├── UMS_share_change_to_account_tap@2x.png │ │ │ │ │ ├── UMS_share_oauth@2x.png │ │ │ │ │ ├── UMS_umeng_share_at.png │ │ │ │ │ ├── UMS_umeng_share_at@2x.png │ │ │ │ │ ├── UMS_umeng_share_atSel.png │ │ │ │ │ ├── UMS_umeng_share_atSel@2x.png │ │ │ │ │ ├── UMS_umeng_share_at_tap.png │ │ │ │ │ ├── UMS_umeng_share_toolbarBg.png │ │ │ │ │ ├── UMS_umeng_share_toolbarBg@2x.png │ │ │ │ │ ├── UMS_url_image.png │ │ │ │ │ ├── UMS_url_image@2x.png │ │ │ │ │ ├── UMS_url_music.png │ │ │ │ │ ├── UMS_url_music@2x.png │ │ │ │ │ ├── UMS_url_video.png │ │ │ │ │ └── UMS_url_video@2x.png │ │ │ │ ├── EGO │ │ │ │ │ ├── blackArrow.png │ │ │ │ │ ├── blackArrow@2x.png │ │ │ │ │ ├── blueArrow.png │ │ │ │ │ ├── blueArrow@2x.png │ │ │ │ │ ├── grayArrow.png │ │ │ │ │ ├── grayArrow@2x.png │ │ │ │ │ ├── whiteArrow.png │ │ │ │ │ └── whiteArrow@2x.png │ │ │ │ ├── OtherTheme │ │ │ │ │ ├── UMS_actionsheet_panel@2x.png │ │ │ │ │ ├── UMS_nav_back_button_normal.png │ │ │ │ │ ├── UMS_nav_back_button_normal@2x.png │ │ │ │ │ ├── UMS_nav_back_button_tap.png │ │ │ │ │ ├── UMS_nav_back_button_tap@2x.png │ │ │ │ │ ├── UMS_nav_bar_bg_black.png │ │ │ │ │ ├── UMS_nav_bar_bg_black@2x.png │ │ │ │ │ ├── UMS_nav_button_normal.png │ │ │ │ │ ├── UMS_nav_button_normal@2x.png │ │ │ │ │ ├── UMS_nav_button_tap.png │ │ │ │ │ └── UMS_nav_button_tap@2x.png │ │ │ │ ├── SnsPlatform │ │ │ │ │ ├── UMS_douban_icon.png │ │ │ │ │ ├── UMS_douban_icon@2x.png │ │ │ │ │ ├── UMS_douban_off.png │ │ │ │ │ ├── UMS_douban_off@2x.png │ │ │ │ │ ├── UMS_douban_on.png │ │ │ │ │ ├── UMS_douban_on@2x.png │ │ │ │ │ ├── UMS_email_icon.png │ │ │ │ │ ├── UMS_email_icon@2x.png │ │ │ │ │ ├── UMS_email_off.png │ │ │ │ │ ├── UMS_email_off@2x.png │ │ │ │ │ ├── UMS_email_on@2x.png │ │ │ │ │ ├── UMS_facebook_icon.png │ │ │ │ │ ├── UMS_facebook_icon@2x.png │ │ │ │ │ ├── UMS_facebook_off.png │ │ │ │ │ ├── UMS_facebook_off@2x.png │ │ │ │ │ ├── UMS_facebook_on.png │ │ │ │ │ ├── UMS_facebook_on@2x.png │ │ │ │ │ ├── UMS_instagram.png │ │ │ │ │ ├── UMS_instagram@2x.png │ │ │ │ │ ├── UMS_laiwang_session@2x.png │ │ │ │ │ ├── UMS_laiwang_timeline@2x.png │ │ │ │ │ ├── UMS_line_icon@2x.png │ │ │ │ │ ├── UMS_qq_icon.png │ │ │ │ │ ├── UMS_qq_icon@2x.png │ │ │ │ │ ├── UMS_qq_off.png │ │ │ │ │ ├── UMS_qq_off@2x.png │ │ │ │ │ ├── UMS_qq_on.png │ │ │ │ │ ├── UMS_qq_on@2x.png │ │ │ │ │ ├── UMS_qzone_icon.png │ │ │ │ │ ├── UMS_qzone_icon@2x.png │ │ │ │ │ ├── UMS_qzone_off.png │ │ │ │ │ ├── UMS_qzone_off@2x.png │ │ │ │ │ ├── UMS_qzone_on.png │ │ │ │ │ ├── UMS_qzone_on@2x.png │ │ │ │ │ ├── UMS_renren_icon.png │ │ │ │ │ ├── UMS_renren_icon@2x.png │ │ │ │ │ ├── UMS_renren_off.png │ │ │ │ │ ├── UMS_renren_off@2x.png │ │ │ │ │ ├── UMS_renren_on.png │ │ │ │ │ ├── UMS_renren_on@2x.png │ │ │ │ │ ├── UMS_sina_icon.png │ │ │ │ │ ├── UMS_sina_icon@2x.png │ │ │ │ │ ├── UMS_sina_off.png │ │ │ │ │ ├── UMS_sina_off@2x.png │ │ │ │ │ ├── UMS_sina_on.png │ │ │ │ │ ├── UMS_sina_on@2x.png │ │ │ │ │ ├── UMS_sms_icon.png │ │ │ │ │ ├── UMS_sms_icon@2x.png │ │ │ │ │ ├── UMS_sms_off.png │ │ │ │ │ ├── UMS_sms_off@2x.png │ │ │ │ │ ├── UMS_sms_on@2x.png │ │ │ │ │ ├── UMS_tencent_icon.png │ │ │ │ │ ├── UMS_tencent_icon@2x.png │ │ │ │ │ ├── UMS_tencent_off.png │ │ │ │ │ ├── UMS_tencent_off@2x.png │ │ │ │ │ ├── UMS_tencent_on.png │ │ │ │ │ ├── UMS_tencent_on@2x.png │ │ │ │ │ ├── UMS_tumblr_icon@2x.png │ │ │ │ │ ├── UMS_twitter_icon.png │ │ │ │ │ ├── UMS_twitter_icon@2x.png │ │ │ │ │ ├── UMS_twitter_off.png │ │ │ │ │ ├── UMS_twitter_off@2x.png │ │ │ │ │ ├── UMS_twitter_on.png │ │ │ │ │ ├── UMS_twitter_on@2x.png │ │ │ │ │ ├── UMS_wechat_favorite_icon.png │ │ │ │ │ ├── UMS_wechat_favorite_icon@2x.png │ │ │ │ │ ├── UMS_wechat_icon.png │ │ │ │ │ ├── UMS_wechat_icon@2x.png │ │ │ │ │ ├── UMS_wechat_off.png │ │ │ │ │ ├── UMS_wechat_off@2x.png │ │ │ │ │ ├── UMS_wechat_on@2x.png │ │ │ │ │ ├── UMS_wechat_session_icon.png │ │ │ │ │ ├── UMS_wechat_session_icon@2x.png │ │ │ │ │ ├── UMS_wechat_timeline_icon.png │ │ │ │ │ ├── UMS_wechat_timeline_icon@2x.png │ │ │ │ │ ├── UMS_wechat_timeline_off.png │ │ │ │ │ ├── UMS_wechat_timeline_off@2x.png │ │ │ │ │ ├── UMS_wechat_timeline_on.png │ │ │ │ │ ├── UMS_wechat_timeline_on@2x.png │ │ │ │ │ ├── UMS_whatsapp_icon@2x.png │ │ │ │ │ ├── UMS_yixin_session@2x.png │ │ │ │ │ └── UMS_yixin_timeline@2x.png │ │ │ │ ├── SocialSDKBar │ │ │ │ │ ├── UMS_account_normal_white.png │ │ │ │ │ ├── UMS_account_normal_white@2x.png │ │ │ │ │ ├── UMS_account_tap_white.png │ │ │ │ │ ├── UMS_account_tap_white@2x.png │ │ │ │ │ ├── UMS_comment_normal_white.png │ │ │ │ │ ├── UMS_comment_normal_white@2x.png │ │ │ │ │ ├── UMS_comment_tap_white.png │ │ │ │ │ ├── UMS_comment_tap_white@2x.png │ │ │ │ │ ├── UMS_like_off_white.png │ │ │ │ │ ├── UMS_like_off_white@2x.png │ │ │ │ │ ├── UMS_like_on_white.png │ │ │ │ │ ├── UMS_like_on_white@2x.png │ │ │ │ │ ├── UMS_share_normal_white.png │ │ │ │ │ ├── UMS_share_normal_white@2x.png │ │ │ │ │ ├── UMS_share_tap_white.png │ │ │ │ │ └── UMS_share_tap_white@2x.png │ │ │ │ └── Sound │ │ │ │ │ └── shake_sound.mp3 │ │ │ ├── en.lproj │ │ │ │ └── UMSocialLocalizable.strings │ │ │ ├── libUMSocial_Sdk_4.2.3.a │ │ │ └── zh-Hans.lproj │ │ │ │ └── UMSocialLocalizable.strings │ │ ├── UMSocial_Sdk_Extra_Frameworks │ │ │ ├── TencentOpenAPI │ │ │ │ ├── TencentOpenAPI.framework │ │ │ │ │ ├── Headers │ │ │ │ │ │ ├── QQApiInterface.h │ │ │ │ │ │ ├── QQApiInterfaceObject.h │ │ │ │ │ │ ├── TencentApiInterface.h │ │ │ │ │ │ ├── TencentMessageObject.h │ │ │ │ │ │ ├── TencentOAuth.h │ │ │ │ │ │ ├── TencentOAuthObject.h │ │ │ │ │ │ ├── WeiBoAPI.h │ │ │ │ │ │ ├── WeiyunAPI.h │ │ │ │ │ │ └── sdkdef.h │ │ │ │ │ └── TencentOpenAPI │ │ │ │ ├── TencentOpenApi_IOS_Bundle.bundle │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── error.png │ │ │ │ │ ├── local.html │ │ │ │ │ ├── qqicon.png │ │ │ │ │ └── success.png │ │ │ │ ├── UMSocialQQHandler.h │ │ │ │ └── libSocialQQ.a │ │ │ └── Wechat │ │ │ │ ├── UMSocialWechatHandler.h │ │ │ │ ├── WXApi.h │ │ │ │ ├── WXApiObject.h │ │ │ │ ├── libSocialWechat.a │ │ │ │ └── libWeChatSDK.a │ │ └── Wechat │ │ │ ├── UMSocialWechatHandler.h │ │ │ ├── WXApi.h │ │ │ ├── WXApiObject.h │ │ │ ├── libSocialWechat.a │ │ │ └── libWeChatSDK.a │ ├── Network │ │ ├── NetworkSingleton.h │ │ └── NetworkSingleton.m │ ├── PublicClass │ │ ├── Constant.h │ │ └── Public.h │ └── Resource │ │ ├── Home │ │ ├── back@2x.png │ │ ├── background_home_searchBar@2x.png │ │ ├── bg_customReview_image_default.png │ │ ├── btn_backItem.png │ │ ├── ic_deal_noBooking@2x.png │ │ ├── icon_collect.png │ │ ├── icon_collect_highlighted.png │ │ ├── icon_deal_anytime_refund@2x.png │ │ ├── icon_homepage_KTVCategory.png │ │ ├── icon_homepage_beautyCategory.png │ │ ├── icon_homepage_default.png │ │ ├── icon_homepage_downArrow@2x.png │ │ ├── icon_homepage_entertainmentCategory.png │ │ ├── icon_homepage_foodCategory.png │ │ ├── icon_homepage_foottreatCategory.png │ │ ├── icon_homepage_hotelCategory.png │ │ ├── icon_homepage_lifeServiceCategory.png │ │ ├── icon_homepage_map.png │ │ ├── icon_homepage_map_old.png │ │ ├── icon_homepage_map_selected.png │ │ ├── icon_homepage_map_selected_old.png │ │ ├── icon_homepage_movieCategory.png │ │ ├── icon_homepage_search.png │ │ ├── icon_homepage_shoppingCategory.png │ │ ├── icon_homepage_takeoutCategory.png │ │ ├── icon_homepage_upArrow@2x.png │ │ ├── icon_merchant_share_highlighted.png │ │ ├── icon_merchant_share_normal.png │ │ ├── todaySpecialHeaderTitleImage@2x.png │ │ └── todaySpecialHeaderTitleImage@3x.png │ │ ├── Map │ │ ├── icon_map_cateid_1@2x.png │ │ ├── icon_map_cateid_2.png │ │ ├── icon_map_cateid_20.png │ │ ├── icon_map_cateid_22.png │ │ ├── icon_map_cateid_3.png │ │ ├── icon_map_cateid_4.png │ │ ├── icon_map_cateid_5.png │ │ ├── icon_map_cateid_78.png │ │ ├── icon_map_cateid_99.png │ │ ├── icon_map_cateid_default.png │ │ ├── location_no@2x.png │ │ └── location_yes@2x.png │ │ ├── Merchant │ │ ├── film@2x.png │ │ ├── icon_arrow_dropdown_normal.png │ │ ├── icon_arrow_dropdown_selected.png │ │ ├── icon_deal_phone@2x.png │ │ ├── icon_dellist_locate_refresh.png │ │ ├── icon_feedCell_star_empty@2x.png │ │ ├── icon_feedCell_star_full@2x.png │ │ ├── icon_feedCell_star_half@2x.png │ │ ├── icon_map.png │ │ ├── icon_map_highlighted.png │ │ ├── icon_merchant_location.png │ │ ├── icon_rating_star_half.png │ │ ├── icon_rating_star_not_picked.png │ │ ├── icon_rating_star_picked.png │ │ ├── icon_search.png │ │ ├── icon_search_selected.png │ │ ├── icon_search_selected_old.png │ │ └── icon_search_suggest@2x.png │ │ ├── Mine │ │ ├── bg_login.png │ │ ├── icon_message@2x.png │ │ ├── icon_message_highlighted@2x.png │ │ ├── icon_mine_accountViewRightArrow.png │ │ ├── icon_mine_comment@2x.png │ │ ├── icon_mine_createShipmentInfo@2x.png │ │ ├── icon_mine_current_points@2x.png │ │ ├── icon_mine_dailyRecommend.png │ │ ├── icon_mine_dailyRecommend_tips@2x.png │ │ ├── icon_mine_default_portrait@2x.png │ │ ├── icon_mine_doyen@2x.png │ │ ├── icon_mine_level1@2x.png │ │ ├── icon_mine_level2@2x.png │ │ ├── icon_mine_level3@2x.png │ │ ├── icon_mine_lottery.png │ │ ├── icon_mine_lottery_disabled.png │ │ ├── icon_mine_member_instructions@2x.png │ │ ├── icon_mine_myAccount_address@2x.png │ │ ├── icon_mine_myAccount_bankcard@2x.png │ │ ├── icon_mine_myAccount_password@2x.png │ │ ├── icon_mine_myAccount_paypassword@2x.png │ │ ├── icon_mine_myAccount_phone@2x.png │ │ ├── icon_mine_myAccount_securityQuestion@2x.png │ │ ├── icon_mine_myAccount_username@2x.png │ │ ├── icon_mine_onsite@2x.png │ │ ├── icon_mine_points_activities@2x.png │ │ ├── icon_mine_points_for_cash@2x.png │ │ ├── icon_mine_takeaway.png │ │ ├── icon_mine_unpaid_disabled.png │ │ ├── icon_mine_voucher.png │ │ ├── icon_misc_new_version@2x.png │ │ ├── icon_myCoupon_disabled.png │ │ ├── icon_myCoupon_enabled.png │ │ ├── icon_user_avatar_anonymous@2x.png │ │ └── icon_userreview_defaultavatar.png │ │ ├── Refresh │ │ ├── icon_listheader_animation_1@2x.png │ │ └── icon_listheader_animation_2@2x.png │ │ ├── loading.png │ │ ├── m1.jpg │ │ ├── m2.jpg │ │ └── tabbar │ │ ├── icon_tabbar_homepage@2x.png │ │ ├── icon_tabbar_homepage_selected@2x.png │ │ ├── icon_tabbar_merchant_normal@2x.png │ │ ├── icon_tabbar_merchant_selected@2x.png │ │ ├── icon_tabbar_mine@2x.png │ │ ├── icon_tabbar_mine_selected@2x.png │ │ ├── icon_tabbar_misc@2x.png │ │ ├── icon_tabbar_misc_selected@2x.png │ │ ├── icon_tabbar_onsite@2x.png │ │ └── icon_tabbar_onsite_selected@2x.png ├── PrefixHeader.pch ├── ViewController.h ├── ViewController.m ├── Views │ ├── Home │ │ ├── Discount │ │ │ ├── DisTopicCell.h │ │ │ └── DisTopicCell.m │ │ ├── DiscountCell.h │ │ ├── DiscountCell.m │ │ ├── HomeMenuCell.h │ │ ├── HomeMenuCell.m │ │ ├── HotQueueCell.h │ │ ├── HotQueueCell.m │ │ ├── JZMTBtnView.h │ │ ├── JZMTBtnView.m │ │ ├── RecommendCell.h │ │ ├── RecommendCell.m │ │ ├── RushCell.h │ │ ├── RushCell.m │ │ └── shop │ │ │ ├── ShopImageCell.h │ │ │ ├── ShopImageCell.m │ │ │ ├── ShopPriceCell.h │ │ │ ├── ShopPriceCell.m │ │ │ ├── ShopRecommendCell.h │ │ │ └── ShopRecommendCell.m │ ├── JZMenuCell │ │ ├── JZMenuCell.h │ │ ├── JZMenuCell.m │ │ └── Merchant │ │ │ ├── InfoViewController.h │ │ │ └── InfoViewController.m │ ├── Map │ │ ├── CustomAnnotationView.h │ │ ├── CustomAnnotationView.m │ │ ├── CustomCalloutView.h │ │ └── CustomCalloutView.m │ └── Merchant │ │ ├── HomeServiceCell.h │ │ ├── HomeServiceCell.m │ │ ├── JZKindFilterCell.h │ │ ├── JZKindFilterCell.m │ │ ├── JZMerAroundGroupCell.h │ │ ├── JZMerAroundGroupCell.m │ │ ├── JZMerDetailImageCell.h │ │ ├── JZMerDetailImageCell.m │ │ ├── JZMerchantCell.h │ │ ├── JZMerchantCell.m │ │ ├── JZMerchantFilterView.h │ │ └── JZMerchantFilterView.m ├── main.m └── screenshots │ └── youmeng_ios9.png └── meituanTests ├── Info.plist └── meituanTests.m /.gitignore: -------------------------------------------------------------------------------- 1 | #.gitignore 2 | # ignore cocoaPods 3 | .* 4 | Pods/ 5 | CocoaPodsDemo.xcworkspace/ 6 | Pods 7 | .DS_Store 8 | project.xcworkspace/ 9 | -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/MAMapKit: -------------------------------------------------------------------------------- 1 | Versions/Current/MAMapKit -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Headers/MAOfflineItemCommonCity.h: -------------------------------------------------------------------------------- 1 | // 2 | // MAOfflineItemCommonCity.h 3 | // MapKit_static 4 | // 5 | // Created by songjian on 14-4-23. 6 | // Copyright (c) 2014年 songjian. All rights reserved. 7 | // 8 | 9 | #import "MAOfflineCity.h" 10 | 11 | /* 普通城市. */ 12 | @interface MAOfflineItemCommonCity : MAOfflineCity 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Headers/MAOfflineItemMunicipality.h: -------------------------------------------------------------------------------- 1 | // 2 | // MAOfflineItemMunicipality.h 3 | // MapKit_static 4 | // 5 | // Created by songjian on 14-4-23. 6 | // Copyright (c) 2014年 songjian. All rights reserved. 7 | // 8 | 9 | #import "MAOfflineCity.h" 10 | 11 | /* 直辖市. */ 12 | @interface MAOfflineItemMunicipality : MAOfflineCity 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Headers/MAOfflineItemNationWide.h: -------------------------------------------------------------------------------- 1 | // 2 | // MAOfflineItemNationWide.h 3 | // MapKit_static 4 | // 5 | // Created by songjian on 14-4-23. 6 | // Copyright (c) 2014年 songjian. All rights reserved. 7 | // 8 | 9 | #import "MAOfflineCity.h" 10 | 11 | /* 全国概要. */ 12 | @interface MAOfflineItemNationWide : MAOfflineCity 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/MAMapKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/MAMapKit -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/bktile.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/bktile.data -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/bktile_n.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/bktile_n.data -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/dash.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/dash.data -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/iconr.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/iconr.data -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/iconr_n.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/iconr_n.data -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/lineround.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/lineround.data -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/roadarrow.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/roadarrow.data -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/style_l.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/style_l.data -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/style_nl.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/style_nl.data -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/style_sl.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/style_sl.data -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/tbl.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/tbl.data -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/tgl.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/tgl.data -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/trl.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/trl.data -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/tyl.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/AMap3D.bundle/tyl.data -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/greenPin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/greenPin.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/greenPin@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/greenPin@2x.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/greenPin@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/greenPin@3x.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/greenPin_lift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/greenPin_lift.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/greenPin_lift@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/greenPin_lift@2x.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/greenPin_lift@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/greenPin_lift@3x.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/lineDashTexture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/lineDashTexture.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/lineTexture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/lineTexture.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/pin_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/pin_shadow.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/pin_shadow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/pin_shadow@2x.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/pin_shadow@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/pin_shadow@3x.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/purplePin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/purplePin.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/purplePin@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/purplePin@2x.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/purplePin@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/purplePin@3x.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/purplePin_lift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/purplePin_lift.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/purplePin_lift@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/purplePin_lift@2x.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/purplePin_lift@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/purplePin_lift@3x.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/redPin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/redPin.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/redPin@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/redPin@2x.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/redPin@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/redPin@3x.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/redPin_lift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/redPin_lift.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/redPin_lift@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/redPin_lift@2x.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/redPin_lift@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/images/redPin_lift@3x.png -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/offline/offlinePackage.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMap3DMap/MAMapKit.framework/Versions/2.5.0.002286d.60159/Resources/AMap.bundle/offline/offlinePackage.plist -------------------------------------------------------------------------------- /Pods/AMap3DMap/MAMapKit.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | 2.5.0.002286d.60159 -------------------------------------------------------------------------------- /Pods/AMapSearch/AMapSearchKit.framework/AMapSearchKit: -------------------------------------------------------------------------------- 1 | Versions/Current/AMapSearchKit -------------------------------------------------------------------------------- /Pods/AMapSearch/AMapSearchKit.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /Pods/AMapSearch/AMapSearchKit.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Pods/AMapSearch/AMapSearchKit.framework/Versions/2.5.0.ddf4fd3/AMapSearchKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/AMapSearch/AMapSearchKit.framework/Versions/2.5.0.ddf4fd3/AMapSearchKit -------------------------------------------------------------------------------- /Pods/AMapSearch/AMapSearchKit.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | 2.5.0.ddf4fd3 -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFHTTPRequestOperation.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFHTTPRequestOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFHTTPRequestOperationManager.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFHTTPRequestOperationManager.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFHTTPSessionManager.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFHTTPSessionManager.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFNetworkActivityIndicatorManager.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFNetworkReachabilityManager.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFNetworkReachabilityManager.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFSecurityPolicy.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFSecurityPolicy.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFURLConnectionOperation.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFURLConnectionOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFURLRequestSerialization.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFURLRequestSerialization.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFURLResponseSerialization.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFURLResponseSerialization.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/AFURLSessionManager.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFURLSessionManager.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/UIActivityIndicatorView+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/UIAlertView+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIAlertView+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/UIButton+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIButton+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/UIImageView+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIImageView+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/UIKit+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIKit+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/UIProgressView+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIProgressView+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/UIRefreshControl+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIRefreshControl+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Private/AFNetworking/UIWebView+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIWebView+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MBProgressHUD/MBProgressHUD.h: -------------------------------------------------------------------------------- 1 | ../../../MBProgressHUD/MBProgressHUD.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/MJConst.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/MJFoundation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/MJProperty.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/MJType.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/MJType.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/NSObject+MJCoding.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/NSObject+MJCoding.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/NSObject+MJKeyValue.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/NSObject+MJKeyValue.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/NSObject+MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/NSObject+MJProperty.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJExtension/NSString+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/NSString+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshComponent.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefreshComponent.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefreshConst.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefreshFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshGifFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefreshGifFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshGifHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefreshGifHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefreshHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshLegendFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefreshLegendFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/MJRefreshLegendHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefreshLegendHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/UIScrollView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/UIScrollView+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/UIScrollView+MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/UIScrollView+MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Private/MJRefresh/UIView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/UIView+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/NSData+ImageContentType.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/NSData+ImageContentType.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDImageCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDImageCache.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageCompat.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageCompat.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageDecoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageDecoder.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageDownloader.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageDownloader.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageDownloaderOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageManager.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageManager.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImageOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/SDWebImagePrefetcher.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImagePrefetcher.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIButton+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIButton+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIImage+GIF.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImage+GIF.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIImage+MultiFormat.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImage+MultiFormat.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIImageView+HighlightedWebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIImageView+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImageView+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SDWebImage/UIView+WebCacheOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIView+WebCacheOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SVProgressHUD/SVIndefiniteAnimatedView.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h -------------------------------------------------------------------------------- /Pods/Headers/Private/SVProgressHUD/SVProgressHUD.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVProgressHUD.h -------------------------------------------------------------------------------- /Pods/Headers/Private/UMengAnalytics/MobClick.h: -------------------------------------------------------------------------------- 1 | ../../../UMengAnalytics/umsdk_IOS_analytics_idfa_v3.4.6/UMAnalytics_Sdk_3.4.6/MobClick.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFHTTPRequestOperation.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFHTTPRequestOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFHTTPRequestOperationManager.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFHTTPRequestOperationManager.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFHTTPSessionManager.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFHTTPSessionManager.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFNetworkActivityIndicatorManager.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFNetworkReachabilityManager.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFNetworkReachabilityManager.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFSecurityPolicy.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFSecurityPolicy.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFURLConnectionOperation.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFURLConnectionOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFURLRequestSerialization.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFURLRequestSerialization.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFURLResponseSerialization.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFURLResponseSerialization.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/AFURLSessionManager.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/AFNetworking/AFURLSessionManager.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/UIActivityIndicatorView+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/UIAlertView+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIAlertView+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/UIButton+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIButton+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/UIImageView+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIImageView+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/UIKit+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIKit+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/UIProgressView+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIProgressView+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/UIRefreshControl+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIRefreshControl+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Public/AFNetworking/UIWebView+AFNetworking.h: -------------------------------------------------------------------------------- 1 | ../../../AFNetworking/UIKit+AFNetworking/UIWebView+AFNetworking.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MBProgressHUD/MBProgressHUD.h: -------------------------------------------------------------------------------- 1 | ../../../MBProgressHUD/MBProgressHUD.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/MJConst.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/MJFoundation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/MJProperty.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/MJType.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/MJType.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/NSObject+MJCoding.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/NSObject+MJCoding.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/NSObject+MJKeyValue.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/NSObject+MJKeyValue.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/NSObject+MJProperty.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/NSObject+MJProperty.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJExtension/NSString+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/NSString+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshComponent.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefreshComponent.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshConst.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefreshConst.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefreshFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshGifFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefreshGifFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshGifHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefreshGifHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefreshHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshLegendFooter.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefreshLegendFooter.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/MJRefreshLegendHeader.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefreshLegendHeader.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/UIScrollView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/UIScrollView+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/UIScrollView+MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/UIScrollView+MJRefresh.h -------------------------------------------------------------------------------- /Pods/Headers/Public/MJRefresh/UIView+MJExtension.h: -------------------------------------------------------------------------------- 1 | ../../../MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/UIView+MJExtension.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/NSData+ImageContentType.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/NSData+ImageContentType.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDImageCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDImageCache.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageCompat.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageCompat.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageDecoder.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageDecoder.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageDownloader.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageDownloader.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageDownloaderOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageManager.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageManager.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImageOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImageOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/SDWebImagePrefetcher.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/SDWebImagePrefetcher.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIButton+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIButton+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIImage+GIF.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImage+GIF.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIImage+MultiFormat.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImage+MultiFormat.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIImageView+HighlightedWebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIImageView+WebCache.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIImageView+WebCache.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SDWebImage/UIView+WebCacheOperation.h: -------------------------------------------------------------------------------- 1 | ../../../SDWebImage/SDWebImage/UIView+WebCacheOperation.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SVProgressHUD/SVIndefiniteAnimatedView.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h -------------------------------------------------------------------------------- /Pods/Headers/Public/SVProgressHUD/SVProgressHUD.h: -------------------------------------------------------------------------------- 1 | ../../../SVProgressHUD/SVProgressHUD/SVProgressHUD.h -------------------------------------------------------------------------------- /Pods/Headers/Public/UMengAnalytics/MobClick.h: -------------------------------------------------------------------------------- 1 | ../../../UMengAnalytics/umsdk_IOS_analytics_idfa_v3.4.6/UMAnalytics_Sdk_3.4.6/MobClick.h -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJFoundation.h 3 | // MJExtensionExample 4 | // 5 | // Created by MJ Lee on 14/7/16. 6 | // Copyright (c) 2014年 itcast. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MJFoundation : NSObject 12 | + (BOOL)isClassFromFoundation:(Class)c; 13 | @end 14 | -------------------------------------------------------------------------------- /Pods/MJExtension/MJExtensionExample/MJExtensionExample/MJExtension/NSString+MJExtension.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+MJExtension.h 3 | // TestTabBar 4 | // 5 | // Created by MJ Lee on 15/4/17. 6 | // Copyright (c) 2015年 Mac Z. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSString (MJExtension) 12 | - (id)JSONObject; 13 | @end 14 | -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefresh.bundle/arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/MJRefresh.bundle/arrow@2x.png -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIImage+MultiFormat.h 3 | // SDWebImage 4 | // 5 | // Created by Olivier Poitrey on 07/06/13. 6 | // Copyright (c) 2013 Dailymotion. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIImage (MultiFormat) 12 | 13 | + (UIImage *)sd_imageWithData:(NSData *)data; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@2x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@3x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@2x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@3x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@2x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@3x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@2x.png -------------------------------------------------------------------------------- /Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@3x.png -------------------------------------------------------------------------------- /Pods/UMengAnalytics/umsdk_IOS_analytics_idfa_v3.4.6/UMAnalytics_Sdk_3.4.6/libMobClickLibrary.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/Pods/UMengAnalytics/umsdk_IOS_analytics_idfa_v3.4.6/UMAnalytics_Sdk_3.4.6/libMobClickLibrary.a -------------------------------------------------------------------------------- /meituan.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /meituan.xcodeproj/project.xcworkspace/xcuserdata/jinzelu.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan.xcodeproj/project.xcworkspace/xcuserdata/jinzelu.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /meituan.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /meituan.xcworkspace/xcuserdata/jinzelu.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan.xcworkspace/xcuserdata/jinzelu.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /meituan/Controller/Home/HomeViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // HomeViewController.h 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/6/17. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "AppDelegate.h" 11 | 12 | @interface HomeViewController : UIViewController 13 | 14 | @property(nonatomic, strong) UITableView *tableView; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /meituan/Controller/Home/RushViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // RushViewController.h 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/2. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface RushViewController : UIViewController 12 | 13 | @property(nonatomic, strong) UIWebView *webView; 14 | @property(nonatomic, strong) NSString *urlStr; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /meituan/Controller/Map/JZMapViewControlle.h: -------------------------------------------------------------------------------- 1 | // 2 | // JZMapViewControlle.h 3 | // meituan 4 | // 高德地图,使用前先导入高德地图SDK 5 | // Created by jinzelu on 15/7/14. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface JZMapViewControlle : UIViewController 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /meituan/Controller/Merchant/InfoViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // InfoViewController.h 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/6/25. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface InfoViewController : UIViewController 12 | 13 | @property(nonatomic, strong) UITableView *tableView; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /meituan/Controller/Merchant/JZMerchantViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // JZMerchantViewController.h 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/9. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface JZMerchantViewController : UIViewController 12 | 13 | @property(nonatomic, strong) UITableView *tableView; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /meituan/Controller/Mine/MineViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MineViewController.h 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/6. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MineViewController : UIViewController 12 | 13 | @property(nonatomic, strong) UITableView *tableView; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /meituan/Controller/More/MoreViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MoreViewController.h 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/6. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface MoreViewController : UIViewController 12 | 13 | @property(nonatomic, strong)UITableView *tableView; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /meituan/Controller/Onsite/JZOnSiteViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // JZOnSiteViewController.h 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/9. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface JZOnSiteViewController : UIViewController 12 | 13 | @property(nonatomic, strong) UITableView *tableView; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /meituan/Images.xcassets/AppIcon.appiconset/AppIcon29x29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/AppIcon.appiconset/AppIcon29x29@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/AppIcon.appiconset/AppIcon40x40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/AppIcon.appiconset/AppIcon40x40@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/AppIcon.appiconset/AppIcon60x60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/AppIcon.appiconset/AppIcon60x60@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/AppIcon.appiconset/AppIcon60x60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/AppIcon.appiconset/AppIcon60x60@3x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__0001.imageset/dropdown_anim__0001@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__0001.imageset/dropdown_anim__0001@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00010.imageset/dropdown_anim__00010@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00010.imageset/dropdown_anim__00010@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00011.imageset/dropdown_anim__00011@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00011.imageset/dropdown_anim__00011@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00012.imageset/dropdown_anim__00012@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00012.imageset/dropdown_anim__00012@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00013.imageset/dropdown_anim__00013@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00013.imageset/dropdown_anim__00013@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00014.imageset/dropdown_anim__00014@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00014.imageset/dropdown_anim__00014@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00015.imageset/dropdown_anim__00015@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00015.imageset/dropdown_anim__00015@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00016.imageset/dropdown_anim__00016@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00016.imageset/dropdown_anim__00016@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00017.imageset/dropdown_anim__00017@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00017.imageset/dropdown_anim__00017@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00018.imageset/dropdown_anim__00018@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00018.imageset/dropdown_anim__00018@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00019.imageset/dropdown_anim__00019@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00019.imageset/dropdown_anim__00019@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__0002.imageset/dropdown_anim__0002@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__0002.imageset/dropdown_anim__0002@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00020.imageset/dropdown_anim__00020@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00020.imageset/dropdown_anim__00020@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00021.imageset/dropdown_anim__00021@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00021.imageset/dropdown_anim__00021@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00022.imageset/dropdown_anim__00022@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00022.imageset/dropdown_anim__00022@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00023.imageset/dropdown_anim__00023@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00023.imageset/dropdown_anim__00023@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00024.imageset/dropdown_anim__00024@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00024.imageset/dropdown_anim__00024@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00025.imageset/dropdown_anim__00025@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00025.imageset/dropdown_anim__00025@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00026.imageset/dropdown_anim__00026@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00026.imageset/dropdown_anim__00026@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00027.imageset/dropdown_anim__00027@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00027.imageset/dropdown_anim__00027@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00028.imageset/dropdown_anim__00028@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00028.imageset/dropdown_anim__00028@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00029.imageset/dropdown_anim__00029@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00029.imageset/dropdown_anim__00029@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__0003.imageset/dropdown_anim__0003@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__0003.imageset/dropdown_anim__0003@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00030.imageset/dropdown_anim__00030@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00030.imageset/dropdown_anim__00030@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00031.imageset/dropdown_anim__00031@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00031.imageset/dropdown_anim__00031@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00032.imageset/dropdown_anim__00032@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00032.imageset/dropdown_anim__00032@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00033.imageset/dropdown_anim__00033@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00033.imageset/dropdown_anim__00033@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00034.imageset/dropdown_anim__00034@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00034.imageset/dropdown_anim__00034@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00035.imageset/dropdown_anim__00035@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00035.imageset/dropdown_anim__00035@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00036.imageset/dropdown_anim__00036@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00036.imageset/dropdown_anim__00036@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00037.imageset/dropdown_anim__00037@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00037.imageset/dropdown_anim__00037@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00038.imageset/dropdown_anim__00038@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00038.imageset/dropdown_anim__00038@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00039.imageset/dropdown_anim__00039@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00039.imageset/dropdown_anim__00039@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__0004.imageset/dropdown_anim__0004@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__0004.imageset/dropdown_anim__0004@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00040.imageset/dropdown_anim__00040@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00040.imageset/dropdown_anim__00040@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00041.imageset/dropdown_anim__00041@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00041.imageset/dropdown_anim__00041@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00042.imageset/dropdown_anim__00042@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00042.imageset/dropdown_anim__00042@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00043.imageset/dropdown_anim__00043@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00043.imageset/dropdown_anim__00043@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00044.imageset/dropdown_anim__00044@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00044.imageset/dropdown_anim__00044@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00045.imageset/dropdown_anim__00045@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00045.imageset/dropdown_anim__00045@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00046.imageset/dropdown_anim__00046@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00046.imageset/dropdown_anim__00046@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00047.imageset/dropdown_anim__00047@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00047.imageset/dropdown_anim__00047@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00048.imageset/dropdown_anim__00048@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00048.imageset/dropdown_anim__00048@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00049.imageset/dropdown_anim__00049@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00049.imageset/dropdown_anim__00049@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__0005.imageset/dropdown_anim__0005@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__0005.imageset/dropdown_anim__0005@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00050.imageset/dropdown_anim__00050@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00050.imageset/dropdown_anim__00050@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00051.imageset/dropdown_anim__00051@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00051.imageset/dropdown_anim__00051@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00052.imageset/dropdown_anim__00052@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00052.imageset/dropdown_anim__00052@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00053.imageset/dropdown_anim__00053@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00053.imageset/dropdown_anim__00053@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00054.imageset/dropdown_anim__00054@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00054.imageset/dropdown_anim__00054@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00055.imageset/dropdown_anim__00055@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00055.imageset/dropdown_anim__00055@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00056.imageset/dropdown_anim__00056@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00056.imageset/dropdown_anim__00056@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00057.imageset/dropdown_anim__00057@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00057.imageset/dropdown_anim__00057@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00058.imageset/dropdown_anim__00058@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00058.imageset/dropdown_anim__00058@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00059.imageset/dropdown_anim__00059@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00059.imageset/dropdown_anim__00059@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__0006.imageset/dropdown_anim__0006@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__0006.imageset/dropdown_anim__0006@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__00060.imageset/dropdown_anim__00060@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__00060.imageset/dropdown_anim__00060@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__0007.imageset/dropdown_anim__0007@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__0007.imageset/dropdown_anim__0007@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__0008.imageset/dropdown_anim__0008@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__0008.imageset/dropdown_anim__0008@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_anim__0009.imageset/dropdown_anim__0009@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_anim__0009.imageset/dropdown_anim__0009@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_loading_01.imageset/dropdown_loading_01@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_loading_01.imageset/dropdown_loading_01@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_loading_02.imageset/dropdown_loading_02@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_loading_02.imageset/dropdown_loading_02@2x.png -------------------------------------------------------------------------------- /meituan/Images.xcassets/DianPing/dropdown_loading_03.imageset/dropdown_loading_03@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Images.xcassets/DianPing/dropdown_loading_03.imageset/dropdown_loading_03@2x.png -------------------------------------------------------------------------------- /meituan/Model/Home/Discount/DisDealModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // DisDealModel.m 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/3. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import "DisDealModel.h" 10 | 11 | @implementation DisDealModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /meituan/Model/Home/Discount/DisLabelModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // DisLabelModel.m 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/3. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import "DisLabelModel.h" 10 | 11 | @implementation DisLabelModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /meituan/Model/Home/Discount/DisTopicModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // DisTopicModel.m 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/3. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import "DisTopicModel.h" 10 | 11 | @implementation DisTopicModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /meituan/Model/Home/DiscountModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // DiscountModel.m 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/2. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import "DiscountModel.h" 10 | 11 | @implementation DiscountModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /meituan/Model/Home/HotQueueModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // HotQueueModel.m 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/1. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import "HotQueueModel.h" 10 | 11 | @implementation HotQueueModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /meituan/Model/Home/RecommendModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // RecommendModel.m 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/1. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import "RecommendModel.h" 10 | 11 | @implementation RecommendModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /meituan/Model/Home/RushDataModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // RushDataModel.m 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/6/26. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import "RushDataModel.h" 10 | 11 | @implementation RushDataModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /meituan/Model/Home/RushDealsModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // RushDealsModel.m 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/6/26. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import "RushDealsModel.h" 10 | 11 | @implementation RushDealsModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /meituan/Model/Home/shop/ShopInfoModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // ShopInfoModel.m 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/8. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import "ShopInfoModel.h" 10 | 11 | @implementation ShopInfoModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /meituan/Model/Home/shop/ShopRecommendModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // ShopRecommendModel.m 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/8. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import "ShopRecommendModel.h" 10 | 11 | @implementation ShopRecommendModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /meituan/Model/Map/JZMAAroundAnnotation.m: -------------------------------------------------------------------------------- 1 | // 2 | // JZMAAroundAnnotation.m 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/15. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import "JZMAAroundAnnotation.h" 10 | 11 | @implementation JZMAAroundAnnotation 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /meituan/Model/Map/JZMAAroundModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // JZMAAroundModel.m 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/15. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import "JZMAAroundModel.h" 10 | 11 | @implementation JZMAAroundModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /meituan/Model/Merchant/HomeServiceModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // HomeServiceModel.m 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/6. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import "HomeServiceModel.h" 10 | 11 | @implementation HomeServiceModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /meituan/Model/Merchant/JZMerCateGroupModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // JZMerCateGroupModel.m 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/10. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import "JZMerCateGroupModel.h" 10 | 11 | @implementation JZMerCateGroupModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /meituan/Model/Merchant/JZMerDetailModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // JZMerDetailModel.m 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/17. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import "JZMerDetailModel.h" 10 | 11 | @implementation JZMerDetailModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /meituan/Model/Merchant/JZMerchantModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // JZMerchantModel.m 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/9. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import "JZMerchantModel.h" 10 | 11 | @implementation JZMerchantModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /meituan/Model/Merchant/ServiceAdvModel.m: -------------------------------------------------------------------------------- 1 | // 2 | // ServiceAdvModel.m 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/6. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import "ServiceAdvModel.h" 10 | 11 | @implementation ServiceAdvModel 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /meituan/Others/Category/NSString+Size.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+Size.h 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/21. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface NSString (Size) 13 | 14 | - (CGSize)boundingRectWithSize:(CGSize)size withFont:(NSInteger)font; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /meituan/Others/Library/UMAnalytics_Sdk_3.5.16/libMobClickLibrary.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMAnalytics_Sdk_3.5.16/libMobClickLibrary.a -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_Check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_Check.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_Check@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_Check@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_No_Location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_No_Location.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_No_Location@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_No_Location@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_User-Avatar-Placeholder@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_User-Avatar-Placeholder@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_User_profile_default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_User_profile_default@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_account_login@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_account_login@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_add_friend_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_add_friend_off.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_add_friend_off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_add_friend_off@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_add_friend_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_add_friend_on.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_add_friend_on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_add_friend_on@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_comment_input@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_comment_input@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_comment_view_cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_comment_view_cell.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_comment_view_cell_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_comment_view_cell_white@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_delete_image_button_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_delete_image_button_normal.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_delete_image_button_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_delete_image_button_normal@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_find@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_find@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_follow_off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_follow_off@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_follow_on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_follow_on@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_nav_bar_bg_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_nav_bar_bg_white@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_nav_button_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_nav_button_back.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_nav_button_back@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_nav_button_back@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_nav_button_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_nav_button_close.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_nav_button_close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_nav_button_close@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_nav_button_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_nav_button_refresh.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_nav_button_refresh@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_nav_button_refresh@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_nav_button_send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_nav_button_send.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_nav_button_send@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_nav_button_send@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_oauth_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_oauth_off.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_oauth_off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_oauth_off@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_oauth_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_oauth_on.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_oauth_on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_oauth_on@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_place_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_place_map.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_place_map@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_place_map@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_place_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_place_off.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_place_off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_place_off@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_place_tap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_place_tap.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_place_tap@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_place_tap@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_shake__share_button@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_shake__share_button@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_shake_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_shake_close.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_shake_close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_shake_close@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_shake_close_tap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_shake_close_tap.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_shake_close_tap@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_shake_close_tap@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_share_change_account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_share_change_account.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_share_change_account@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_share_change_account@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_share_change_account_bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_share_change_account_bg@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_share_change_account_tap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_share_change_account_tap.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_share_change_account_tap@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_share_change_account_tap@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_share_change_to_account@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_share_change_to_account@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_share_change_to_account_tap@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_share_change_to_account_tap@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_share_oauth@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_share_oauth@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_umeng_share_at.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_umeng_share_at.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_umeng_share_at@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_umeng_share_at@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_umeng_share_atSel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_umeng_share_atSel.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_umeng_share_atSel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_umeng_share_atSel@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_umeng_share_at_tap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_umeng_share_at_tap.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_umeng_share_toolbarBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_umeng_share_toolbarBg.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_umeng_share_toolbarBg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_umeng_share_toolbarBg@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_url_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_url_image.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_url_image@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_url_image@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_url_music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_url_music.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_url_music@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_url_music@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_url_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_url_video.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_url_video@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Buttons/UMS_url_video@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/EGO/blackArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/EGO/blackArrow.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/EGO/blackArrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/EGO/blackArrow@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/EGO/blueArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/EGO/blueArrow.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/EGO/blueArrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/EGO/blueArrow@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/EGO/grayArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/EGO/grayArrow.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/EGO/grayArrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/EGO/grayArrow@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/EGO/whiteArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/EGO/whiteArrow.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/EGO/whiteArrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/EGO/whiteArrow@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_actionsheet_panel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_actionsheet_panel@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_back_button_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_back_button_normal.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_back_button_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_back_button_normal@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_back_button_tap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_back_button_tap.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_back_button_tap@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_back_button_tap@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_bar_bg_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_bar_bg_black.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_bar_bg_black@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_bar_bg_black@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_button_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_button_normal.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_button_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_button_normal@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_button_tap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_button_tap.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_button_tap@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/OtherTheme/UMS_nav_button_tap@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_douban_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_douban_icon.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_douban_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_douban_icon@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_douban_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_douban_off.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_douban_off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_douban_off@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_douban_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_douban_on.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_douban_on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_douban_on@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_email_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_email_icon.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_email_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_email_icon@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_email_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_email_off.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_email_off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_email_off@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_email_on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_email_on@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_facebook_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_facebook_icon.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_facebook_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_facebook_icon@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_facebook_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_facebook_off.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_facebook_off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_facebook_off@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_facebook_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_facebook_on.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_facebook_on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_facebook_on@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_instagram.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_instagram@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_instagram@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_laiwang_session@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_laiwang_session@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_laiwang_timeline@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_laiwang_timeline@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_line_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_line_icon@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qq_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qq_icon.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qq_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qq_icon@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qq_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qq_off.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qq_off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qq_off@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qq_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qq_on.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qq_on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qq_on@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qzone_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qzone_icon.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qzone_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qzone_icon@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qzone_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qzone_off.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qzone_off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qzone_off@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qzone_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qzone_on.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qzone_on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_qzone_on@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_renren_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_renren_icon.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_renren_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_renren_icon@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_renren_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_renren_off.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_renren_off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_renren_off@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_renren_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_renren_on.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_renren_on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_renren_on@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sina_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sina_icon.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sina_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sina_icon@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sina_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sina_off.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sina_off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sina_off@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sina_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sina_on.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sina_on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sina_on@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sms_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sms_icon.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sms_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sms_icon@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sms_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sms_off.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sms_off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sms_off@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sms_on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_sms_on@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_tencent_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_tencent_icon.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_tencent_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_tencent_icon@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_tencent_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_tencent_off.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_tencent_off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_tencent_off@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_tencent_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_tencent_on.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_tencent_on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_tencent_on@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_tumblr_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_tumblr_icon@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_twitter_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_twitter_icon.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_twitter_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_twitter_icon@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_twitter_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_twitter_off.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_twitter_off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_twitter_off@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_twitter_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_twitter_on.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_twitter_on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_twitter_on@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_favorite_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_favorite_icon.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_favorite_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_favorite_icon@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_icon.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_icon@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_off.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_off@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_on@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_session_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_session_icon.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_session_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_session_icon@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_timeline_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_timeline_icon.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_timeline_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_timeline_icon@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_timeline_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_timeline_off.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_timeline_off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_timeline_off@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_timeline_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_timeline_on.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_timeline_on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_wechat_timeline_on@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_whatsapp_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_whatsapp_icon@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_yixin_session@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_yixin_session@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_yixin_timeline@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SnsPlatform/UMS_yixin_timeline@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_account_normal_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_account_normal_white.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_account_normal_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_account_normal_white@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_account_tap_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_account_tap_white.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_account_tap_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_account_tap_white@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_comment_normal_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_comment_normal_white.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_comment_normal_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_comment_normal_white@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_comment_tap_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_comment_tap_white.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_comment_tap_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_comment_tap_white@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_like_off_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_like_off_white.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_like_off_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_like_off_white@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_like_on_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_like_on_white.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_like_on_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_like_on_white@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_share_normal_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_share_normal_white.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_share_normal_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_share_normal_white@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_share_tap_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_share_tap_white.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_share_tap_white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/SocialSDKBar/UMS_share_tap_white@2x.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Sound/shake_sound.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle/Sound/shake_sound.mp3 -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_4.2.3/libUMSocial_Sdk_4.2.3.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_4.2.3/libUMSocial_Sdk_4.2.3.a -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/TencentOpenAPI.framework/TencentOpenAPI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/TencentOpenAPI.framework/TencentOpenAPI -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/TencentOpenApi_IOS_Bundle.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/TencentOpenApi_IOS_Bundle.bundle/Info.plist -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/TencentOpenApi_IOS_Bundle.bundle/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/TencentOpenApi_IOS_Bundle.bundle/error.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/TencentOpenApi_IOS_Bundle.bundle/qqicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/TencentOpenApi_IOS_Bundle.bundle/qqicon.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/TencentOpenApi_IOS_Bundle.bundle/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/TencentOpenApi_IOS_Bundle.bundle/success.png -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/libSocialQQ.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/libSocialQQ.a -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_Extra_Frameworks/Wechat/libSocialWechat.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_Extra_Frameworks/Wechat/libSocialWechat.a -------------------------------------------------------------------------------- /meituan/Others/Library/UMSocial_Sdk_Extra_Frameworks/Wechat/libWeChatSDK.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/UMSocial_Sdk_Extra_Frameworks/Wechat/libWeChatSDK.a -------------------------------------------------------------------------------- /meituan/Others/Library/Wechat/libSocialWechat.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/Wechat/libSocialWechat.a -------------------------------------------------------------------------------- /meituan/Others/Library/Wechat/libWeChatSDK.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Library/Wechat/libWeChatSDK.a -------------------------------------------------------------------------------- /meituan/Others/PublicClass/Constant.h: -------------------------------------------------------------------------------- 1 | // 2 | // Constant.h 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/13. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #ifndef meituan_Constant_h 10 | #define meituan_Constant_h 11 | 12 | //友盟Appkey 13 | #define UMAPPKEY @"55a37e7f67e58e1aac00211f" 14 | 15 | 16 | #endif 17 | -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/back@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/back@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/background_home_searchBar@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/background_home_searchBar@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/bg_customReview_image_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/bg_customReview_image_default.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/btn_backItem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/btn_backItem.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/ic_deal_noBooking@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/ic_deal_noBooking@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_collect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_collect.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_collect_highlighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_collect_highlighted.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_deal_anytime_refund@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_deal_anytime_refund@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_homepage_KTVCategory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_homepage_KTVCategory.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_homepage_beautyCategory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_homepage_beautyCategory.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_homepage_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_homepage_default.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_homepage_downArrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_homepage_downArrow@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_homepage_entertainmentCategory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_homepage_entertainmentCategory.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_homepage_foodCategory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_homepage_foodCategory.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_homepage_foottreatCategory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_homepage_foottreatCategory.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_homepage_hotelCategory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_homepage_hotelCategory.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_homepage_lifeServiceCategory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_homepage_lifeServiceCategory.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_homepage_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_homepage_map.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_homepage_map_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_homepage_map_old.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_homepage_map_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_homepage_map_selected.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_homepage_map_selected_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_homepage_map_selected_old.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_homepage_movieCategory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_homepage_movieCategory.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_homepage_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_homepage_search.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_homepage_shoppingCategory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_homepage_shoppingCategory.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_homepage_takeoutCategory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_homepage_takeoutCategory.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_homepage_upArrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_homepage_upArrow@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_merchant_share_highlighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_merchant_share_highlighted.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/icon_merchant_share_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/icon_merchant_share_normal.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/todaySpecialHeaderTitleImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/todaySpecialHeaderTitleImage@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Home/todaySpecialHeaderTitleImage@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Home/todaySpecialHeaderTitleImage@3x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Map/icon_map_cateid_1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Map/icon_map_cateid_1@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Map/icon_map_cateid_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Map/icon_map_cateid_2.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Map/icon_map_cateid_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Map/icon_map_cateid_20.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Map/icon_map_cateid_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Map/icon_map_cateid_22.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Map/icon_map_cateid_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Map/icon_map_cateid_3.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Map/icon_map_cateid_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Map/icon_map_cateid_4.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Map/icon_map_cateid_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Map/icon_map_cateid_5.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Map/icon_map_cateid_78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Map/icon_map_cateid_78.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Map/icon_map_cateid_99.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Map/icon_map_cateid_99.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Map/icon_map_cateid_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Map/icon_map_cateid_default.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Map/location_no@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Map/location_no@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Map/location_yes@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Map/location_yes@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Merchant/film@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Merchant/film@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Merchant/icon_arrow_dropdown_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Merchant/icon_arrow_dropdown_normal.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Merchant/icon_arrow_dropdown_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Merchant/icon_arrow_dropdown_selected.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Merchant/icon_deal_phone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Merchant/icon_deal_phone@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Merchant/icon_dellist_locate_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Merchant/icon_dellist_locate_refresh.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Merchant/icon_feedCell_star_empty@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Merchant/icon_feedCell_star_empty@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Merchant/icon_feedCell_star_full@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Merchant/icon_feedCell_star_full@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Merchant/icon_feedCell_star_half@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Merchant/icon_feedCell_star_half@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Merchant/icon_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Merchant/icon_map.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Merchant/icon_map_highlighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Merchant/icon_map_highlighted.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Merchant/icon_merchant_location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Merchant/icon_merchant_location.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Merchant/icon_rating_star_half.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Merchant/icon_rating_star_half.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Merchant/icon_rating_star_not_picked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Merchant/icon_rating_star_not_picked.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Merchant/icon_rating_star_picked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Merchant/icon_rating_star_picked.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Merchant/icon_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Merchant/icon_search.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Merchant/icon_search_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Merchant/icon_search_selected.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Merchant/icon_search_selected_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Merchant/icon_search_selected_old.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Merchant/icon_search_suggest@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Merchant/icon_search_suggest@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/bg_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/bg_login.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_message@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_message@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_message_highlighted@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_message_highlighted@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_accountViewRightArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_accountViewRightArrow.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_comment@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_comment@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_createShipmentInfo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_createShipmentInfo@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_current_points@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_current_points@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_dailyRecommend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_dailyRecommend.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_dailyRecommend_tips@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_dailyRecommend_tips@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_default_portrait@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_default_portrait@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_doyen@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_doyen@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_level1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_level1@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_level2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_level2@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_level3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_level3@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_lottery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_lottery.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_lottery_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_lottery_disabled.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_member_instructions@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_member_instructions@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_myAccount_address@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_myAccount_address@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_myAccount_bankcard@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_myAccount_bankcard@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_myAccount_password@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_myAccount_password@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_myAccount_paypassword@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_myAccount_paypassword@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_myAccount_phone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_myAccount_phone@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_myAccount_securityQuestion@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_myAccount_securityQuestion@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_myAccount_username@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_myAccount_username@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_onsite@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_onsite@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_points_activities@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_points_activities@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_points_for_cash@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_points_for_cash@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_takeaway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_takeaway.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_unpaid_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_unpaid_disabled.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_mine_voucher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_mine_voucher.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_misc_new_version@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_misc_new_version@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_myCoupon_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_myCoupon_disabled.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_myCoupon_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_myCoupon_enabled.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_user_avatar_anonymous@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_user_avatar_anonymous@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Mine/icon_userreview_defaultavatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Mine/icon_userreview_defaultavatar.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Refresh/icon_listheader_animation_1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Refresh/icon_listheader_animation_1@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/Refresh/icon_listheader_animation_2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/Refresh/icon_listheader_animation_2@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/loading.png -------------------------------------------------------------------------------- /meituan/Others/Resource/m1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/m1.jpg -------------------------------------------------------------------------------- /meituan/Others/Resource/m2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/m2.jpg -------------------------------------------------------------------------------- /meituan/Others/Resource/tabbar/icon_tabbar_homepage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/tabbar/icon_tabbar_homepage@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/tabbar/icon_tabbar_homepage_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/tabbar/icon_tabbar_homepage_selected@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/tabbar/icon_tabbar_merchant_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/tabbar/icon_tabbar_merchant_normal@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/tabbar/icon_tabbar_merchant_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/tabbar/icon_tabbar_merchant_selected@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/tabbar/icon_tabbar_mine@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/tabbar/icon_tabbar_mine@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/tabbar/icon_tabbar_mine_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/tabbar/icon_tabbar_mine_selected@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/tabbar/icon_tabbar_misc@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/tabbar/icon_tabbar_misc@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/tabbar/icon_tabbar_misc_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/tabbar/icon_tabbar_misc_selected@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/tabbar/icon_tabbar_onsite@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/tabbar/icon_tabbar_onsite@2x.png -------------------------------------------------------------------------------- /meituan/Others/Resource/tabbar/icon_tabbar_onsite_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/Others/Resource/tabbar/icon_tabbar_onsite_selected@2x.png -------------------------------------------------------------------------------- /meituan/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/6/12. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /meituan/Views/Home/HotQueueCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // HotQueueCell.h 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/1. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "HotQueueModel.h" 11 | 12 | @interface HotQueueCell : UITableViewCell 13 | 14 | @property(nonatomic, strong) HotQueueModel *hotQueue; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /meituan/Views/Home/JZMTBtnView.h: -------------------------------------------------------------------------------- 1 | // 2 | // JZMTBtnView.h 3 | // meituan 4 | // 自定义美团菜单view 5 | // Created by jinzelu on 15/6/30. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface JZMTBtnView : UIView 12 | 13 | -(id)initWithFrame:(CGRect)frame title:(NSString *)title imageStr:(NSString *)imageStr; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /meituan/Views/Home/shop/ShopPriceCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // ShopPriceCell.h 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/8. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ShopPriceCell : UITableViewCell 12 | 13 | @property(nonatomic, strong) UILabel *priceLabel; 14 | @property(nonatomic, strong) UILabel *oldPriceLabel; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /meituan/Views/Home/shop/ShopRecommendCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // ShopRecommendCell.h 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/8. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "ShopRecommendModel.h" 11 | 12 | @interface ShopRecommendCell : UITableViewCell 13 | 14 | @property(nonatomic, strong) ShopRecommendModel *shopRecM; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /meituan/Views/JZMenuCell/Merchant/InfoViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // InfoViewController.h 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/6/25. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface InfoViewController : UIViewController 12 | 13 | @property(nonatomic, strong) UITableView *tableView; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /meituan/Views/Merchant/JZMerchantCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // JZMerchantCell.h 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/7/9. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "JZMerchantModel.h" 11 | 12 | @interface JZMerchantCell : UITableViewCell 13 | 14 | 15 | @property(nonatomic, strong) JZMerchantModel *jzMerM; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /meituan/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // meituan 4 | // 5 | // Created by jinzelu on 15/6/12. 6 | // Copyright (c) 2015年 jinzelu. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "AppDelegate.h" 11 | 12 | int main(int argc, char * argv[]) { 13 | @autoreleasepool { 14 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /meituan/screenshots/youmeng_ios9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lookingstars/meituan/c6dc2b841779228661ccb8deef1fa0d558667b73/meituan/screenshots/youmeng_ios9.png --------------------------------------------------------------------------------