├── .DS_Store
├── README.md
├── iCoderZhiShi.xcodeproj
├── project.pbxproj
├── project.xcworkspace
│ ├── contents.xcworkspacedata
│ ├── xcshareddata
│ │ ├── iCoderZhiShi.xccheckout
│ │ └── iCoderZhiShi.xcscmblueprint
│ └── xcuserdata
│ │ ├── ashen.xcuserdatad
│ │ └── UserInterfaceState.xcuserstate
│ │ └── lanouhn.xcuserdatad
│ │ └── WorkspaceSettings.xcsettings
└── xcuserdata
│ ├── Ashen.xcuserdatad
│ ├── xcdebugger
│ │ └── Breakpoints_v2.xcbkptlist
│ └── xcschemes
│ │ ├── iCoderZhiShi.xcscheme
│ │ └── xcschememanagement.plist
│ ├── lanou3g.xcuserdatad
│ └── xcschemes
│ │ ├── iCoderZhiShi.xcscheme
│ │ └── xcschememanagement.plist
│ └── lanouhn.xcuserdatad
│ ├── xcdebugger
│ └── Breakpoints_v2.xcbkptlist
│ └── xcschemes
│ ├── iCoderZhiShi.xcscheme
│ └── xcschememanagement.plist
├── iCoderZhiShi
├── .DS_Store
├── AppDelegate.h
├── AppDelegate.m
├── Base.lproj
│ └── LaunchScreen.xib
├── General
│ ├── DDMenuController.h
│ ├── DDMenuController.m
│ ├── Models
│ │ ├── FavoriteModel.h
│ │ ├── FavoriteModel.m
│ │ ├── MineModel.h
│ │ └── MineModel.m
│ ├── NSTimer+Control.h
│ ├── NSTimer+Control.m
│ ├── TapBar
│ │ └── Controllers
│ │ │ ├── BaseTapBarController.h
│ │ │ ├── BaseTapBarController.m
│ │ │ ├── FavoriteController.h
│ │ │ ├── FavoriteController.m
│ │ │ ├── MineController.h
│ │ │ ├── MineController.m
│ │ │ ├── SuggestController.h
│ │ │ └── SuggestController.m
│ └── Views
│ │ ├── FavoriteCell.h
│ │ ├── FavoriteCell.m
│ │ ├── FavoriteView.h
│ │ ├── FavoriteView.m
│ │ ├── HeaderCell.h
│ │ ├── HeaderCell.m
│ │ ├── MineCell.h
│ │ ├── MineCell.m
│ │ ├── SuggestView.h
│ │ └── SuggestView.m
├── Helpers
│ ├── DBHelper.h
│ └── DBHelper.m
├── Images.xcassets
│ ├── AppIcon.appiconset
│ │ ├── Contents.json
│ │ ├── Icon-40.png
│ │ ├── Icon-40@2x.png
│ │ ├── Icon-40@3x.png
│ │ ├── Icon-60@2x.png
│ │ ├── Icon-60@3x.png
│ │ ├── Icon-72.png
│ │ ├── Icon-72@2x.png
│ │ ├── Icon-76.png
│ │ ├── Icon-76@2x.png
│ │ ├── Icon-Small-50.png
│ │ ├── Icon-Small-50@2x.png
│ │ ├── Icon-Small.png
│ │ ├── Icon-Small@2x.png
│ │ ├── Icon-Small@3x.png
│ │ ├── Icon.png
│ │ └── Icon@2x.png
│ └── LaunchImage.launchimage
│ │ ├── Contents.json
│ │ ├── lanch.png
│ │ ├── lanch4.7.png
│ │ ├── lanch5.5.png
│ │ └── lanch960.png
├── Info.plist
├── Macros
│ └── CommonMacros.h
├── Resources
│ ├── ImagesNews
│ │ ├── btn.common.comment.png
│ │ ├── btn.content.back.png
│ │ ├── btn.content.enjoy.png
│ │ ├── btn.content.share.png
│ │ ├── btn.list@2x.png
│ │ ├── btn.live@2x.png
│ │ ├── btn.login.back.png
│ │ ├── btn.user.homepage.back.png
│ │ ├── btn.xuanspace.back副本.png
│ │ ├── debate.cell.btn.share.png
│ │ ├── icon.more.enjoy.png
│ │ ├── icon.more.enjoyed.png
│ │ ├── image.news.share@2x.png
│ │ ├── more.png
│ │ ├── morehigh.png
│ │ ├── 分享@2x.png
│ │ ├── 好友@2x.png
│ │ ├── 收藏@2x.png
│ │ ├── 收藏@3x.png
│ │ ├── 离线@2x.png
│ │ ├── 离线@3x.png
│ │ └── 评论@2x.png
│ ├── ImagesPhotoSet
│ │ ├── DazStarOutline.png
│ │ ├── XHNBack.png
│ │ ├── XHNPicComment.png
│ │ ├── XHNPicNewsFootBg.png
│ │ ├── XHNPicNewsHeadBg.png
│ │ ├── XHNPicShare.png
│ │ ├── XHNSaveImage.png
│ │ └── save.png
│ ├── MyselfList.plist
│ ├── back1.png
│ ├── blackDefault.png
│ ├── default.png
│ ├── defaultAvator.png
│ ├── defaultCycle.png
│ ├── qiubaiimages
│ │ ├── icon_icommentd@2x.png
│ │ ├── icon_me@2x.png
│ │ ├── icon_me_active@2x.png
│ │ ├── icon_myfavourate@2x.png
│ │ ├── icon_myfriends@2x.png
│ │ ├── icon_nightmode@2x.png
│ │ ├── icon_posted@2x.png
│ │ ├── icon_setting@2x.png
│ │ ├── logo@2x.png
│ │ ├── main_tab_discovery@2x.png
│ │ └── main_tab_discovery_active@2x.png
│ ├── screenshots
│ │ ├── screen1.png
│ │ ├── screen2.png
│ │ ├── screen3.png
│ │ ├── screen4.png
│ │ ├── screen5.png
│ │ └── screen6.png
│ ├── start.png
│ ├── tabBarImages
│ │ ├── cell_tag_photo@2x.png
│ │ ├── qr_toolbar_light_up_hl@2x.png
│ │ ├── qr_toolbar_more_hl@2x.png
│ │ ├── qr_toolbar_online_download_hl@2x.png
│ │ ├── tabbar_badge@2x.png
│ │ ├── tabbar_contacts@2x.png
│ │ ├── tabbar_contacts@2x~ipad.png
│ │ ├── tabbar_discover@2x.png
│ │ ├── tabbar_icon_me_highlight@2x.png
│ │ ├── tabbar_icon_me_normal@2x.png
│ │ ├── tabbar_icon_media_normal@2x.png
│ │ ├── tabbar_icon_news_highlight@2x.png
│ │ ├── tabbar_icon_news_normal@2x.png
│ │ ├── tabbar_icon_reader_highlight@2x.png
│ │ ├── tabbar_icon_reader_normal@2x.png
│ │ └── tabbar_me@2x.png
│ └── u=2369337130,3196043322&fm=21&gp=0.jpg.png
├── Sections
│ ├── News
│ │ ├── Controllers
│ │ │ ├── CommentController.h
│ │ │ ├── CommentController.m
│ │ │ ├── ImagesDisplayController.h
│ │ │ ├── ImagesDisplayController.m
│ │ │ ├── MainListController.h
│ │ │ ├── MainListController.m
│ │ │ ├── NewsDetailsController.h
│ │ │ └── NewsDetailsController.m
│ │ ├── Helpers
│ │ │ ├── NetworkHelpers.h
│ │ │ └── NetworkHelpers.m
│ │ ├── Models
│ │ │ ├── CommentModel.h
│ │ │ ├── CommentModel.m
│ │ │ ├── CycleModel.h
│ │ │ ├── CycleModel.m
│ │ │ ├── ImagesDisplayModel.h
│ │ │ ├── ImagesDisplayModel.m
│ │ │ ├── NavTypeTitleModel.h
│ │ │ ├── NavTypeTitleModel.m
│ │ │ ├── NewsDetailsModel.h
│ │ │ ├── NewsDetailsModel.m
│ │ │ ├── NewsListModel.h
│ │ │ └── NewsListModel.m
│ │ └── Views
│ │ │ ├── BigImageCell.h
│ │ │ ├── BigImageCell.m
│ │ │ ├── CommentCell.h
│ │ │ ├── CommentCell.m
│ │ │ ├── CommentView.h
│ │ │ ├── CommentView.m
│ │ │ ├── CommonCell.h
│ │ │ ├── CommonCell.m
│ │ │ ├── CommonNewsDetailsView.h
│ │ │ ├── CommonNewsDetailsView.m
│ │ │ ├── CycleScrollView.h
│ │ │ ├── CycleScrollView.m
│ │ │ ├── ImagesDisplayView.h
│ │ │ ├── ImagesDisplayView.m
│ │ │ ├── IndexScrollView.h
│ │ │ ├── IndexScrollView.m
│ │ │ ├── MainTableView.h
│ │ │ ├── MainTableView.m
│ │ │ ├── NavView.h
│ │ │ ├── NavView.m
│ │ │ ├── OneImageFirstCell.h
│ │ │ ├── OneImageFirstCell.m
│ │ │ ├── ThreeImagesCell.h
│ │ │ └── ThreeImagesCell.m
│ ├── Picture
│ │ ├── Models
│ │ │ ├── PictureModel.h
│ │ │ └── PictureModel.m
│ │ ├── ViewControllers
│ │ │ ├── PictureListController.h
│ │ │ ├── PictureListController.m
│ │ │ ├── UICollectionViewWaterfallLayout.h
│ │ │ └── UICollectionViewWaterfallLayout.m
│ │ └── Views
│ │ │ ├── AvatarCell.h
│ │ │ └── AvatarCell.m
│ ├── Read
│ │ ├── Models
│ │ │ ├── ReadListModel.h
│ │ │ └── ReadListModel.m
│ │ ├── ViewControllers
│ │ │ ├── ReadListController.h
│ │ │ └── ReadListController.m
│ │ └── Views
│ │ │ ├── LeftImageCell.h
│ │ │ ├── LeftImageCell.m
│ │ │ ├── LeftOneRightTwoImageCell.h
│ │ │ ├── LeftOneRightTwoImageCell.m
│ │ │ ├── NoImageCell.h
│ │ │ └── NoImageCell.m
│ └── Videos
│ │ ├── Controllers
│ │ ├── VideosController.h
│ │ ├── VideosController.m
│ │ ├── VideosDetailsController.h
│ │ └── VideosDetailsController.m
│ │ ├── Models
│ │ ├── VideosCommentModel.h
│ │ ├── VideosCommentModel.m
│ │ ├── VideosModel.h
│ │ └── VideosModel.m
│ │ └── Views
│ │ ├── VideoCommentCell.h
│ │ ├── VideoCommentCell.m
│ │ ├── VideosCell.h
│ │ └── VideosCell.m
├── Vendors
│ ├── 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
│ ├── FDFullscreenPopGesture
│ │ ├── UINavigationController+FDFullscreenPopGesture.h
│ │ └── UINavigationController+FDFullscreenPopGesture.m
│ ├── MBProgressHUD.h
│ ├── MBProgressHUD.m
│ ├── MBprogressHUD
│ │ ├── MBProgressHUD.h
│ │ └── MBProgressHUD.m
│ ├── 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
│ ├── SDWebImage
│ │ ├── MKAnnotationView+WebCache.h
│ │ ├── MKAnnotationView+WebCache.m
│ │ ├── 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
│ │ ├── UIImage+WebP.h
│ │ ├── UIImage+WebP.m
│ │ ├── UIImageView+HighlightedWebCache.h
│ │ ├── UIImageView+HighlightedWebCache.m
│ │ ├── UIImageView+WebCache.h
│ │ ├── UIImageView+WebCache.m
│ │ ├── UIView+WebCacheOperation.h
│ │ └── UIView+WebCacheOperation.m
│ ├── ShareSDK
│ │ ├── Connection
│ │ │ ├── QQConnection.framework
│ │ │ │ ├── Headers
│ │ │ │ │ ├── ISSQQApp.h
│ │ │ │ │ ├── QQConnection.h
│ │ │ │ │ └── SSQQErrorInfo.h
│ │ │ │ ├── Info.plist
│ │ │ │ ├── QQConnection
│ │ │ │ └── en.lproj
│ │ │ │ │ └── InfoPlist.strings
│ │ │ ├── QZoneConnection.framework
│ │ │ │ ├── Headers
│ │ │ │ │ ├── ISSQZoneApp.h
│ │ │ │ │ ├── QZoneConnection.h
│ │ │ │ │ ├── SSQZoneCredential.h
│ │ │ │ │ ├── SSQZoneErrorInfo.h
│ │ │ │ │ ├── SSQZoneShareContentEntity.h
│ │ │ │ │ ├── SSQZoneShareInfo.h
│ │ │ │ │ └── SSQZoneUser.h
│ │ │ │ ├── Info.plist
│ │ │ │ ├── QZoneConnection
│ │ │ │ └── en.lproj
│ │ │ │ │ └── InfoPlist.strings
│ │ │ ├── SinaWeiboConnection.framework
│ │ │ │ ├── Headers
│ │ │ │ │ ├── ISSSinaWeiboApp.h
│ │ │ │ │ ├── SSSinaWeiboCommentReader.h
│ │ │ │ │ ├── SSSinaWeiboCredential.h
│ │ │ │ │ ├── SSSinaWeiboErrorInfo.h
│ │ │ │ │ ├── SSSinaWeiboFavoriteReader.h
│ │ │ │ │ ├── SSSinaWeiboGeoReader.h
│ │ │ │ │ ├── SSSinaWeiboShareContentEntity.h
│ │ │ │ │ ├── SSSinaWeiboStatus.h
│ │ │ │ │ ├── SSSinaWeiboStatusInfoReader.h
│ │ │ │ │ ├── SSSinaWeiboTagReader.h
│ │ │ │ │ ├── SSSinaWeiboUser.h
│ │ │ │ │ ├── SSSinaWeiboUserInfoReader.h
│ │ │ │ │ ├── SSSinaWeiboVisibleReader.h
│ │ │ │ │ └── SinaWeiboConnection.h
│ │ │ │ ├── Info.plist
│ │ │ │ ├── SinaWeiboConnection
│ │ │ │ └── en.lproj
│ │ │ │ │ └── InfoPlist.strings
│ │ │ └── WeChatConnection.framework
│ │ │ │ ├── Headers
│ │ │ │ ├── ISSWeChatApp.h
│ │ │ │ ├── SSWeChatErrorInfo.h
│ │ │ │ ├── SSWeChatTypeDef.h
│ │ │ │ └── WeChatConnection.h
│ │ │ │ ├── Info.plist
│ │ │ │ ├── WeChatConnection
│ │ │ │ └── en.lproj
│ │ │ │ └── InfoPlist.strings
│ │ ├── Core
│ │ │ ├── AGCommon.framework
│ │ │ │ ├── AGCommon
│ │ │ │ ├── Headers
│ │ │ │ │ ├── AGCommon.h
│ │ │ │ │ ├── CMCacheManager.h
│ │ │ │ │ ├── CMDebugLog.h
│ │ │ │ │ ├── CMDeviceInfo.h
│ │ │ │ │ ├── CMErrorInfo.h
│ │ │ │ │ ├── CMEventDispatcher.h
│ │ │ │ │ ├── CMGridView.h
│ │ │ │ │ ├── CMGridViewCell.h
│ │ │ │ │ ├── CMHTTPPostedFile.h
│ │ │ │ │ ├── CMHTTPRequestParameters.h
│ │ │ │ │ ├── CMHTTPToken.h
│ │ │ │ │ ├── CMHTableView.h
│ │ │ │ │ ├── CMHTableViewItem.h
│ │ │ │ │ ├── CMImageCacheManager.h
│ │ │ │ │ ├── CMImageHeaderTableView.h
│ │ │ │ │ ├── CMImageLoader.h
│ │ │ │ │ ├── CMImageView.h
│ │ │ │ │ ├── CMJSONKit.h
│ │ │ │ │ ├── CMLoader.h
│ │ │ │ │ ├── CMLoadingView.h
│ │ │ │ │ ├── CMOpenUDID.h
│ │ │ │ │ ├── CMPageContentView.h
│ │ │ │ │ ├── CMPageView.h
│ │ │ │ │ ├── CMPinyin.h
│ │ │ │ │ ├── CMPinyinFirstLetter.h
│ │ │ │ │ ├── CMQuiltItemView.h
│ │ │ │ │ ├── CMQuiltView.h
│ │ │ │ │ ├── CMRandom.h
│ │ │ │ │ ├── CMReachability.h
│ │ │ │ │ ├── CMRefreshTableHeaderView.h
│ │ │ │ │ ├── CMRegexKitLite.h
│ │ │ │ │ ├── CoreDefinition.h
│ │ │ │ │ ├── ICMErrorInfo.h
│ │ │ │ │ ├── ICMEventDispatcher.h
│ │ │ │ │ ├── ICMGridItemView.h
│ │ │ │ │ ├── ICMHTableViewItem.h
│ │ │ │ │ ├── ICMPageContentView.h
│ │ │ │ │ ├── ICMQuiltItemView.h
│ │ │ │ │ ├── NSData+Common.h
│ │ │ │ │ ├── NSDate+Common.h
│ │ │ │ │ ├── NSMutableURLRequest+Common.h
│ │ │ │ │ ├── NSString+Common.h
│ │ │ │ │ ├── UIColor+Common.h
│ │ │ │ │ ├── UIDevice+Common.h
│ │ │ │ │ ├── UIImage+Common.h
│ │ │ │ │ └── UINavigationBar+Common.h
│ │ │ │ ├── Info.plist
│ │ │ │ └── en.lproj
│ │ │ │ │ └── InfoPlist.strings
│ │ │ ├── Resource.bundle
│ │ │ │ ├── ActionSheet
│ │ │ │ │ ├── ActionSheetBG.png
│ │ │ │ │ ├── ActionSheetBG@2x.png
│ │ │ │ │ ├── ActionSheetCancelButtonBG.png
│ │ │ │ │ ├── ActionSheetCancelButtonBG@2x.png
│ │ │ │ │ ├── action-black-button-selected.png
│ │ │ │ │ ├── action-black-button-selected@2x.png
│ │ │ │ │ ├── action-black-button.png
│ │ │ │ │ ├── action-black-button@2x.png
│ │ │ │ │ ├── action-gray-button-selected.png
│ │ │ │ │ ├── action-gray-button-selected@2x.png
│ │ │ │ │ ├── action-gray-button.png
│ │ │ │ │ ├── action-gray-button@2x.png
│ │ │ │ │ ├── action-red-button-selected.png
│ │ │ │ │ ├── action-red-button-selected@2x.png
│ │ │ │ │ ├── action-red-button.png
│ │ │ │ │ ├── action-red-button@2x.png
│ │ │ │ │ ├── action-sheet-panel.png
│ │ │ │ │ └── action-sheet-panel@2x.png
│ │ │ │ ├── AuthView
│ │ │ │ │ ├── CheckBoxSelectedSkin.png
│ │ │ │ │ ├── CheckBoxSelectedSkin@2x.png
│ │ │ │ │ ├── CheckBoxUpSkin.png
│ │ │ │ │ ├── CheckBoxUpSkin@2x.png
│ │ │ │ │ ├── CloseButton.png
│ │ │ │ │ ├── CloseButton@2x.png
│ │ │ │ │ ├── NavigationBG.png
│ │ │ │ │ ├── NavigationBG@2x.png
│ │ │ │ │ ├── PowerBy.png
│ │ │ │ │ ├── PowerBy@2x.png
│ │ │ │ │ ├── ToolbarBG.png
│ │ │ │ │ └── ToolbarBG@2x.png
│ │ │ │ ├── Common
│ │ │ │ │ ├── AuthViewCloseButton.png
│ │ │ │ │ ├── AuthViewCloseButton@2x.png
│ │ │ │ │ ├── NavigationButtonBG.png
│ │ │ │ │ └── NavigationButtonBG@2x.png
│ │ │ │ ├── Common_Landscape
│ │ │ │ │ ├── NavigationButtonBG.png
│ │ │ │ │ └── NavigationButtonBG@2x.png
│ │ │ │ ├── Icon
│ │ │ │ │ ├── sns_icon_1.png
│ │ │ │ │ ├── sns_icon_10.png
│ │ │ │ │ ├── sns_icon_10@2x.png
│ │ │ │ │ ├── sns_icon_10_s.png
│ │ │ │ │ ├── sns_icon_10_s@2x.png
│ │ │ │ │ ├── sns_icon_11.png
│ │ │ │ │ ├── sns_icon_11@2x.png
│ │ │ │ │ ├── sns_icon_11_s.png
│ │ │ │ │ ├── sns_icon_11_s@2x.png
│ │ │ │ │ ├── sns_icon_12.png
│ │ │ │ │ ├── sns_icon_12@2x.png
│ │ │ │ │ ├── sns_icon_13.png
│ │ │ │ │ ├── sns_icon_13@2x.png
│ │ │ │ │ ├── sns_icon_14.png
│ │ │ │ │ ├── sns_icon_14@2x.png
│ │ │ │ │ ├── sns_icon_15.png
│ │ │ │ │ ├── sns_icon_15@2x.png
│ │ │ │ │ ├── sns_icon_16.png
│ │ │ │ │ ├── sns_icon_16@2x.png
│ │ │ │ │ ├── sns_icon_17.png
│ │ │ │ │ ├── sns_icon_17@2x.png
│ │ │ │ │ ├── sns_icon_18.png
│ │ │ │ │ ├── sns_icon_18@2x.png
│ │ │ │ │ ├── sns_icon_19.png
│ │ │ │ │ ├── sns_icon_19@2x.png
│ │ │ │ │ ├── sns_icon_1@2x.png
│ │ │ │ │ ├── sns_icon_1_s.png
│ │ │ │ │ ├── sns_icon_1_s@2x.png
│ │ │ │ │ ├── sns_icon_2.png
│ │ │ │ │ ├── sns_icon_20.png
│ │ │ │ │ ├── sns_icon_20@2x.png
│ │ │ │ │ ├── sns_icon_21.png
│ │ │ │ │ ├── sns_icon_21@2x.png
│ │ │ │ │ ├── sns_icon_22.png
│ │ │ │ │ ├── sns_icon_22@2x.png
│ │ │ │ │ ├── sns_icon_23.png
│ │ │ │ │ ├── sns_icon_23@2x.png
│ │ │ │ │ ├── sns_icon_24.png
│ │ │ │ │ ├── sns_icon_24@2x.png
│ │ │ │ │ ├── sns_icon_25.png
│ │ │ │ │ ├── sns_icon_25@2x.png
│ │ │ │ │ ├── sns_icon_26.png
│ │ │ │ │ ├── sns_icon_26@2x.png
│ │ │ │ │ ├── sns_icon_27.png
│ │ │ │ │ ├── sns_icon_27@2x.png
│ │ │ │ │ ├── sns_icon_28.png
│ │ │ │ │ ├── sns_icon_28@2x.png
│ │ │ │ │ ├── sns_icon_28_s.png
│ │ │ │ │ ├── sns_icon_28_s@2x.png
│ │ │ │ │ ├── sns_icon_2@2x.png
│ │ │ │ │ ├── sns_icon_2_s.png
│ │ │ │ │ ├── sns_icon_2_s@2x.png
│ │ │ │ │ ├── sns_icon_30.png
│ │ │ │ │ ├── sns_icon_30@2x.png
│ │ │ │ │ ├── sns_icon_34.png
│ │ │ │ │ ├── sns_icon_34@2x.png
│ │ │ │ │ ├── sns_icon_35.png
│ │ │ │ │ ├── sns_icon_35@2x.png
│ │ │ │ │ ├── sns_icon_36.png
│ │ │ │ │ ├── sns_icon_36@2x.png
│ │ │ │ │ ├── sns_icon_37.png
│ │ │ │ │ ├── sns_icon_37@2x.png
│ │ │ │ │ ├── sns_icon_38.png
│ │ │ │ │ ├── sns_icon_38@2x.png
│ │ │ │ │ ├── sns_icon_39.png
│ │ │ │ │ ├── sns_icon_39@2x.png
│ │ │ │ │ ├── sns_icon_41.png
│ │ │ │ │ ├── sns_icon_41@2x.png
│ │ │ │ │ ├── sns_icon_42.png
│ │ │ │ │ ├── sns_icon_42@2x.png
│ │ │ │ │ ├── sns_icon_43.png
│ │ │ │ │ ├── sns_icon_43@2x.png
│ │ │ │ │ ├── sns_icon_44.png
│ │ │ │ │ ├── sns_icon_44@2x.png
│ │ │ │ │ ├── sns_icon_45.png
│ │ │ │ │ ├── sns_icon_45@2x.png
│ │ │ │ │ ├── sns_icon_5.png
│ │ │ │ │ ├── sns_icon_5@2x.png
│ │ │ │ │ ├── sns_icon_5_s.png
│ │ │ │ │ ├── sns_icon_5_s@2x.png
│ │ │ │ │ ├── sns_icon_6.png
│ │ │ │ │ ├── sns_icon_6@2x.png
│ │ │ │ │ ├── sns_icon_6_s.png
│ │ │ │ │ ├── sns_icon_6_s@2x.png
│ │ │ │ │ ├── sns_icon_7.png
│ │ │ │ │ ├── sns_icon_7@2x.png
│ │ │ │ │ ├── sns_icon_7_s.png
│ │ │ │ │ ├── sns_icon_7_s@2x.png
│ │ │ │ │ ├── sns_icon_8.png
│ │ │ │ │ ├── sns_icon_8@2x.png
│ │ │ │ │ ├── sns_icon_8_s.png
│ │ │ │ │ ├── sns_icon_8_s@2x.png
│ │ │ │ │ ├── sns_icon_9.png
│ │ │ │ │ └── sns_icon_9@2x.png
│ │ │ │ └── Icon_7
│ │ │ │ │ ├── sns_icon_1.png
│ │ │ │ │ ├── sns_icon_10.png
│ │ │ │ │ ├── sns_icon_10@2x.png
│ │ │ │ │ ├── sns_icon_11.png
│ │ │ │ │ ├── sns_icon_11@2x.png
│ │ │ │ │ ├── sns_icon_12.png
│ │ │ │ │ ├── sns_icon_12@2x.png
│ │ │ │ │ ├── sns_icon_13.png
│ │ │ │ │ ├── sns_icon_13@2x.png
│ │ │ │ │ ├── sns_icon_14.png
│ │ │ │ │ ├── sns_icon_14@2x.png
│ │ │ │ │ ├── sns_icon_15.png
│ │ │ │ │ ├── sns_icon_15@2x.png
│ │ │ │ │ ├── sns_icon_16.png
│ │ │ │ │ ├── sns_icon_16@2x.png
│ │ │ │ │ ├── sns_icon_17.png
│ │ │ │ │ ├── sns_icon_17@2x.png
│ │ │ │ │ ├── sns_icon_18.png
│ │ │ │ │ ├── sns_icon_18@2x.png
│ │ │ │ │ ├── sns_icon_19.png
│ │ │ │ │ ├── sns_icon_19@2x.png
│ │ │ │ │ ├── sns_icon_1@2x.png
│ │ │ │ │ ├── sns_icon_2.png
│ │ │ │ │ ├── sns_icon_20.png
│ │ │ │ │ ├── sns_icon_20@2x.png
│ │ │ │ │ ├── sns_icon_21.png
│ │ │ │ │ ├── sns_icon_21@2x.png
│ │ │ │ │ ├── sns_icon_22.png
│ │ │ │ │ ├── sns_icon_22@2x.png
│ │ │ │ │ ├── sns_icon_23.png
│ │ │ │ │ ├── sns_icon_23@2x.png
│ │ │ │ │ ├── sns_icon_24.png
│ │ │ │ │ ├── sns_icon_24@2x.png
│ │ │ │ │ ├── sns_icon_25.png
│ │ │ │ │ ├── sns_icon_25@2x.png
│ │ │ │ │ ├── sns_icon_26.png
│ │ │ │ │ ├── sns_icon_26@2x.png
│ │ │ │ │ ├── sns_icon_27.png
│ │ │ │ │ ├── sns_icon_27@2x.png
│ │ │ │ │ ├── sns_icon_28.png
│ │ │ │ │ ├── sns_icon_28@2x.png
│ │ │ │ │ ├── sns_icon_2@2x.png
│ │ │ │ │ ├── sns_icon_30.png
│ │ │ │ │ ├── sns_icon_30@2x.png
│ │ │ │ │ ├── sns_icon_34.png
│ │ │ │ │ ├── sns_icon_34@2x.png
│ │ │ │ │ ├── sns_icon_35.png
│ │ │ │ │ ├── sns_icon_35@2x.png
│ │ │ │ │ ├── sns_icon_36.png
│ │ │ │ │ ├── sns_icon_36@2x.png
│ │ │ │ │ ├── sns_icon_37.png
│ │ │ │ │ ├── sns_icon_37@2x.png
│ │ │ │ │ ├── sns_icon_38.png
│ │ │ │ │ ├── sns_icon_38@2x.png
│ │ │ │ │ ├── sns_icon_39.png
│ │ │ │ │ ├── sns_icon_39@2x.png
│ │ │ │ │ ├── sns_icon_41.png
│ │ │ │ │ ├── sns_icon_41@2x.png
│ │ │ │ │ ├── sns_icon_42.png
│ │ │ │ │ ├── sns_icon_42@2x.png
│ │ │ │ │ ├── sns_icon_43.png
│ │ │ │ │ ├── sns_icon_43@2x.png
│ │ │ │ │ ├── sns_icon_44.png
│ │ │ │ │ ├── sns_icon_44@2x.png
│ │ │ │ │ ├── sns_icon_45.png
│ │ │ │ │ ├── sns_icon_45@2x.png
│ │ │ │ │ ├── sns_icon_5.png
│ │ │ │ │ ├── sns_icon_5@2x.png
│ │ │ │ │ ├── sns_icon_6.png
│ │ │ │ │ ├── sns_icon_6@2x.png
│ │ │ │ │ ├── sns_icon_7.png
│ │ │ │ │ ├── sns_icon_7@2x.png
│ │ │ │ │ ├── sns_icon_8.png
│ │ │ │ │ ├── sns_icon_8@2x.png
│ │ │ │ │ ├── sns_icon_9.png
│ │ │ │ │ └── sns_icon_9@2x.png
│ │ │ ├── ShareSDKCoreService.framework
│ │ │ │ ├── Headers
│ │ │ │ │ ├── ISSCAccount.h
│ │ │ │ │ ├── ISSCAttachment.h
│ │ │ │ │ ├── ISSCAuthSession.h
│ │ │ │ │ ├── ISSCContentDescriptor.h
│ │ │ │ │ ├── ISSCDataObject.h
│ │ │ │ │ ├── ISSCOAuthParameters.h
│ │ │ │ │ ├── ISSCOpenApp.h
│ │ │ │ │ ├── ISSCParameters.h
│ │ │ │ │ ├── ISSCRequest.h
│ │ │ │ │ ├── ISSCToken.h
│ │ │ │ │ ├── ISSCUserDescriptor.h
│ │ │ │ │ ├── SSCDataObject.h
│ │ │ │ │ ├── SSCKeyDef.h
│ │ │ │ │ ├── SSCLocationCoordinate2D.h
│ │ │ │ │ ├── SSCNotificationDef.h
│ │ │ │ │ ├── SSCTypeDef.h
│ │ │ │ │ └── ShareSDKCoreService.h
│ │ │ │ ├── Info.plist
│ │ │ │ ├── ShareSDKCoreService
│ │ │ │ └── en.lproj
│ │ │ │ │ └── InfoPlist.strings
│ │ │ ├── en.lproj
│ │ │ │ └── ShareSDKLocalizable.strings
│ │ │ └── zh-Hans.lproj
│ │ │ │ └── ShareSDKLocalizable.strings
│ │ ├── Extend
│ │ │ ├── QQConnectSDK
│ │ │ │ ├── TencentOpenAPI.framework
│ │ │ │ │ ├── Headers
│ │ │ │ │ │ ├── QQApi.h
│ │ │ │ │ │ ├── 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
│ │ │ ├── SinaWeiboSDK
│ │ │ │ ├── WeiboSDK.bundle
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ ├── close@2x.png
│ │ │ │ │ │ ├── common_button_white.png
│ │ │ │ │ │ ├── common_button_white@2x.png
│ │ │ │ │ │ ├── common_button_white_highlighted.png
│ │ │ │ │ │ ├── common_button_white_highlighted@2x.png
│ │ │ │ │ │ ├── compose_keyboardbutton_background.png
│ │ │ │ │ │ ├── compose_keyboardbutton_background@2x.png
│ │ │ │ │ │ ├── compose_toolbar_background.png
│ │ │ │ │ │ ├── compose_toolbar_background@2x.png
│ │ │ │ │ │ ├── empty_failed.png
│ │ │ │ │ │ ├── empty_failed@2x.png
│ │ │ │ │ │ ├── navigationbar_background.png
│ │ │ │ │ │ ├── navigationbar_background@2x.png
│ │ │ │ │ │ ├── navigationbar_background_os7.png
│ │ │ │ │ │ ├── navigationbar_background_os7@2x.png
│ │ │ │ │ │ ├── sdk_weibo_logo.png
│ │ │ │ │ │ ├── sdk_weibo_logo@2x.png
│ │ │ │ │ │ ├── sdk_weibo_logo@3x.png
│ │ │ │ │ │ ├── timeline_relationship_icon_addattention.png
│ │ │ │ │ │ ├── timeline_relationship_icon_addattention@2x.png
│ │ │ │ │ │ ├── timeline_relationship_icon_addattention@3x.png
│ │ │ │ │ │ ├── timeline_relationship_icon_attention.png
│ │ │ │ │ │ ├── timeline_relationship_icon_attention@2x.png
│ │ │ │ │ │ └── timeline_relationship_icon_attention@3x.png
│ │ │ │ │ └── others
│ │ │ │ │ │ └── mfp.cer
│ │ │ │ ├── WeiboSDK.h
│ │ │ │ └── libWeiboSDK.a
│ │ │ └── WeChatSDK
│ │ │ │ ├── WXApi.h
│ │ │ │ ├── WXApiObject.h
│ │ │ │ └── libWeChatSDK.a
│ │ ├── ShareSDK.framework
│ │ │ ├── Headers
│ │ │ │ ├── ISSAuthOptions.h
│ │ │ │ ├── ISSContainer.h
│ │ │ │ ├── ISSContent.h
│ │ │ │ ├── ISSPage.h
│ │ │ │ ├── ISSPlatform.h
│ │ │ │ ├── ISSPlatformApp.h
│ │ │ │ ├── ISSPlatformAuthSession.h
│ │ │ │ ├── ISSPlatformCredential.h
│ │ │ │ ├── ISSPlatformShareContentEntity.h
│ │ │ │ ├── ISSPlatformShareInfo.h
│ │ │ │ ├── ISSPlatformUser.h
│ │ │ │ ├── ISSShareActionSheet.h
│ │ │ │ ├── ISSShareActionSheetItem.h
│ │ │ │ ├── ISSShareOptions.h
│ │ │ │ ├── ISSShareView.h
│ │ │ │ ├── ISSShareViewDelegate.h
│ │ │ │ ├── ISSUserField.h
│ │ │ │ ├── ISSViewDelegate.h
│ │ │ │ ├── ISSiPadViewController.h
│ │ │ │ ├── NSArray+ShareSDK.h
│ │ │ │ ├── SSHTTPClient.h
│ │ │ │ ├── SSHTTPParameters.h
│ │ │ │ ├── SSInheritValue.h
│ │ │ │ ├── SSLogDef.h
│ │ │ │ ├── SSViewDef.h
│ │ │ │ ├── ShareSDK+Utils.h
│ │ │ │ ├── ShareSDK.h
│ │ │ │ ├── ShareSDKDef.h
│ │ │ │ ├── ShareSDKEventHandlerDef.h
│ │ │ │ ├── ShareSDKPlugin.h
│ │ │ │ └── ShareSDKTypeDef.h
│ │ │ ├── Info.plist
│ │ │ ├── ShareSDK
│ │ │ └── en.lproj
│ │ │ │ └── InfoPlist.strings
│ │ └── UI
│ │ │ ├── ShareSDKFlatShareViewUI.bundle
│ │ │ ├── en.lproj
│ │ │ │ └── ShareSDKFlatShareViewUI.strings
│ │ │ ├── line.gif
│ │ │ ├── line@2x.gif
│ │ │ └── zh-Hans.lproj
│ │ │ │ └── ShareSDKFlatShareViewUI.strings
│ │ │ ├── ShareSDKFlatShareViewUI.framework
│ │ │ ├── Info.plist
│ │ │ ├── ShareSDKFlatShareViewUI
│ │ │ └── en.lproj
│ │ │ │ └── InfoPlist.strings
│ │ │ └── ShareSDKShareActionSheet.framework
│ │ │ ├── Info.plist
│ │ │ ├── ShareSDKShareActionSheet
│ │ │ └── en.lproj
│ │ │ └── InfoPlist.strings
│ └── fmdb
│ │ ├── FMDB.h
│ │ ├── FMDatabase.h
│ │ ├── FMDatabase.m
│ │ ├── FMDatabaseAdditions.h
│ │ ├── FMDatabaseAdditions.m
│ │ ├── FMDatabasePool.h
│ │ ├── FMDatabasePool.m
│ │ ├── FMDatabaseQueue.h
│ │ ├── FMDatabaseQueue.m
│ │ ├── FMResultSet.h
│ │ └── FMResultSet.m
└── main.m
└── iCoderZhiShiTests
├── Info.plist
└── iCoderZhiShiTests.m
/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/.DS_Store
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # 知事新闻
2 | 模仿网易新闻,但却不是全模仿,加了侧边栏,以及加入百思不得姐视频
3 |
4 | 主要功能:
5 | 1. 首页新闻的展示(多种样式)
6 | 2. 图片组浏览模式 (scrollview重用机制)
7 | 3. 随机阅读
8 | 4. 接入百思不得姐视频观看功能
9 | 5. 新闻详细页,评论页, 分享功能
10 | 6. 收藏喜欢的新闻,图片以及视频(数据持久化)
11 | 7. 侧边栏功能
12 |
13 | ###新闻展示
14 | 
15 |
16 |
17 |
18 | ###图片组浏览
19 | 
20 |
21 |
22 |
23 | ###百思不得姐视频
24 | 
25 |
26 |
27 |
28 | ###随机阅读
29 | 
30 | 
31 |
32 |
33 | ###侧边栏功能
34 | 
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/iCoderZhiShi.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/iCoderZhiShi.xcodeproj/project.xcworkspace/xcuserdata/ashen.xcuserdatad/UserInterfaceState.xcuserstate:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi.xcodeproj/project.xcworkspace/xcuserdata/ashen.xcuserdatad/UserInterfaceState.xcuserstate
--------------------------------------------------------------------------------
/iCoderZhiShi.xcodeproj/project.xcworkspace/xcuserdata/lanouhn.xcuserdatad/WorkspaceSettings.xcsettings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | BuildLocationStyle
6 | UseAppPreferences
7 | CustomBuildLocationType
8 | RelativeToDerivedData
9 | DerivedDataLocationStyle
10 | Default
11 | IssueFilterStyle
12 | ShowActiveSchemeOnly
13 | LiveSourceIssuesEnabled
14 |
15 | SnapshotAutomaticallyBeforeSignificantChanges
16 |
17 | SnapshotLocationStyle
18 | Default
19 |
20 |
21 |
--------------------------------------------------------------------------------
/iCoderZhiShi.xcodeproj/xcuserdata/Ashen.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
8 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/iCoderZhiShi.xcodeproj/xcuserdata/Ashen.xcuserdatad/xcschemes/xcschememanagement.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | SchemeUserState
6 |
7 | iCoderZhiShi.xcscheme
8 |
9 | orderHint
10 | 0
11 |
12 |
13 | SuppressBuildableAutocreation
14 |
15 | 343D1DA31B1EE3810096A003
16 |
17 | primary
18 |
19 |
20 | 343D1DB61B1EE3810096A003
21 |
22 | primary
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/iCoderZhiShi.xcodeproj/xcuserdata/lanou3g.xcuserdatad/xcschemes/xcschememanagement.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | SchemeUserState
6 |
7 | iCoderZhiShi.xcscheme
8 |
9 | orderHint
10 | 0
11 |
12 |
13 | SuppressBuildableAutocreation
14 |
15 | 343D1DA31B1EE3810096A003
16 |
17 | primary
18 |
19 |
20 | 343D1DB61B1EE3810096A003
21 |
22 | primary
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/iCoderZhiShi.xcodeproj/xcuserdata/lanouhn.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
--------------------------------------------------------------------------------
/iCoderZhiShi.xcodeproj/xcuserdata/lanouhn.xcuserdatad/xcschemes/xcschememanagement.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | SchemeUserState
6 |
7 | iCoderZhiShi.xcscheme
8 |
9 | orderHint
10 | 0
11 |
12 |
13 | SuppressBuildableAutocreation
14 |
15 | 343D1DA31B1EE3810096A003
16 |
17 | primary
18 |
19 |
20 | 343D1DB61B1EE3810096A003
21 |
22 | primary
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/iCoderZhiShi/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/.DS_Store
--------------------------------------------------------------------------------
/iCoderZhiShi/AppDelegate.h:
--------------------------------------------------------------------------------
1 | //
2 | // AppDelegate.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/3.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | #import "DDMenuController.h"
11 | @interface AppDelegate : UIResponder
12 |
13 | @property (retain, nonatomic) UIWindow *window;
14 | @property (nonatomic, retain) DDMenuController *menuController;
15 |
16 | @end
17 |
18 |
--------------------------------------------------------------------------------
/iCoderZhiShi/General/Models/FavoriteModel.h:
--------------------------------------------------------------------------------
1 | //
2 | // FavoriteModel.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/11.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface FavoriteModel : NSObject
12 | @property (nonatomic, assign) NSInteger fid;
13 | @property (nonatomic, copy) NSString *ftitle;
14 | @property (nonatomic, copy) NSString *furl;
15 | @property (nonatomic, copy) NSString *fdocid;
16 | @property (nonatomic, copy) NSString *fboardid;
17 | @property (nonatomic, copy) NSString *flag;
18 | @end
19 |
--------------------------------------------------------------------------------
/iCoderZhiShi/General/Models/FavoriteModel.m:
--------------------------------------------------------------------------------
1 | //
2 | // FavoriteModel.m
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/11.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import "FavoriteModel.h"
10 |
11 | @implementation FavoriteModel
12 | - (void)dealloc {
13 | [_fboardid release];
14 | [_fdocid release];
15 | [_ftitle release];
16 | [_furl release];
17 | [_flag release];
18 | [super dealloc];
19 | }
20 | @end
21 |
--------------------------------------------------------------------------------
/iCoderZhiShi/General/Models/MineModel.h:
--------------------------------------------------------------------------------
1 | //
2 | // MineModel.h
3 | // UI-19-QiuBaiDemo
4 | //
5 | // Created by lanouhn on 15/5/19.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | /**
12 | *
13 |
14 |
15 | imageName
16 | icon_myfriends
17 | title
18 | 我的糗友
19 |
20 |
21 | */
22 | @interface MineModel : NSObject
23 | @property (nonatomic, copy) NSString *imageName;
24 | @property (nonatomic, copy) NSString *title;
25 |
26 | - (id)initWithDic:(NSDictionary *)dic;
27 | + (id)mineModelWithDic:(NSDictionary *)dic;
28 |
29 | @end
30 |
--------------------------------------------------------------------------------
/iCoderZhiShi/General/Models/MineModel.m:
--------------------------------------------------------------------------------
1 | //
2 | // MineModel.m
3 | // UI-19-QiuBaiDemo
4 | //
5 | // Created by lanouhn on 15/5/19.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import "MineModel.h"
10 |
11 | @implementation MineModel
12 | - (void)dealloc {
13 | [_title release];
14 | [_imageName release];
15 | [super dealloc];
16 | }
17 | - (id)initWithDic:(NSDictionary *)dic {
18 | if (self = [super init]) {
19 | [self setValuesForKeysWithDictionary:dic];
20 | }
21 | return self;
22 | }
23 | + (id)mineModelWithDic:(NSDictionary *)dic {
24 | return [[[self alloc] initWithDic:dic] autorelease];
25 | }
26 |
27 | - (void)setValue:(id)value forUndefinedKey:(NSString *)key {
28 |
29 | }
30 |
31 | @end
32 |
--------------------------------------------------------------------------------
/iCoderZhiShi/General/NSTimer+Control.h:
--------------------------------------------------------------------------------
1 | //
2 | // NSTimer+Control.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/3.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface NSTimer (Control)
12 | - (void)pauseTimer;
13 | - (void)resumeTimer;
14 | - (void)resumeTimerAfterTimeInterval:(NSTimeInterval)interval;
15 | @end
16 |
--------------------------------------------------------------------------------
/iCoderZhiShi/General/NSTimer+Control.m:
--------------------------------------------------------------------------------
1 | //
2 | // NSTimer+Control.m
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/3.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import "NSTimer+Control.h"
10 |
11 | @implementation NSTimer (Control)
12 |
13 | -(void)pauseTimer
14 | {
15 | if (![self isValid]) {
16 | return ;
17 | }
18 | [self setFireDate:[NSDate distantFuture]];
19 | }
20 |
21 |
22 | -(void)resumeTimer
23 | {
24 | if (![self isValid]) {
25 | return ;
26 | }
27 | [self setFireDate:[NSDate date]];
28 | }
29 |
30 | - (void)resumeTimerAfterTimeInterval:(NSTimeInterval)interval
31 | {
32 | if (![self isValid]) {
33 | return ;
34 | }
35 | [self setFireDate:[NSDate dateWithTimeIntervalSinceNow:interval]];
36 | }
37 |
38 | @end
39 |
--------------------------------------------------------------------------------
/iCoderZhiShi/General/TapBar/Controllers/BaseTapBarController.h:
--------------------------------------------------------------------------------
1 | //
2 | // BaseTapBarController.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/3.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | #import "DDMenuController.h"
11 |
12 | @interface BaseTapBarController : UITabBarController
13 | - (void)configureTapBarItem;
14 | @end
15 |
--------------------------------------------------------------------------------
/iCoderZhiShi/General/TapBar/Controllers/FavoriteController.h:
--------------------------------------------------------------------------------
1 | //
2 | // FavoriteController.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/11.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface FavoriteController : UIViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/iCoderZhiShi/General/TapBar/Controllers/MineController.h:
--------------------------------------------------------------------------------
1 | //
2 | // MineController.h
3 | // UI-19-QiuBaiDemo
4 | //
5 | // Created by lanouhn on 15/5/19.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface MineController : UIViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/iCoderZhiShi/General/TapBar/Controllers/SuggestController.h:
--------------------------------------------------------------------------------
1 | //
2 | // SuggestController.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/12.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface SuggestController : UIViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/iCoderZhiShi/General/Views/FavoriteCell.h:
--------------------------------------------------------------------------------
1 | //
2 | // FavoriteCell.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/12.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface FavoriteCell : UITableViewCell
12 | @property (nonatomic, retain) UILabel *lblTitle;
13 | @property (nonatomic, retain) UILabel *lblTag;
14 | @end
15 |
--------------------------------------------------------------------------------
/iCoderZhiShi/General/Views/FavoriteView.h:
--------------------------------------------------------------------------------
1 | //
2 | // FavoriteView.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/11.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface FavoriteView : UIView
12 | @property (nonatomic, retain) UITableView *tableView;
13 | @end
14 |
--------------------------------------------------------------------------------
/iCoderZhiShi/General/Views/FavoriteView.m:
--------------------------------------------------------------------------------
1 | //
2 | // FavoriteView.m
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/11.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import "FavoriteView.h"
10 |
11 | @implementation FavoriteView
12 | - (void)dealloc {
13 | [_tableView release];
14 | [super dealloc];
15 | }
16 | - (instancetype)initWithFrame:(CGRect)frame {
17 | if (self = [super initWithFrame:frame]) {
18 | [self addSubview:self.tableView];
19 | }
20 | return self;
21 | }
22 |
23 | - (UITableView *)tableView {
24 | if (!_tableView) {
25 | self.tableView = [[[UITableView alloc] initWithFrame:self.bounds style:UITableViewStyleGrouped] autorelease];
26 | }
27 | return [[_tableView retain] autorelease];
28 | }
29 | @end
30 |
--------------------------------------------------------------------------------
/iCoderZhiShi/General/Views/HeaderCell.h:
--------------------------------------------------------------------------------
1 | //
2 | // HeaderCell.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/11.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface HeaderCell : UITableViewCell
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/iCoderZhiShi/General/Views/HeaderCell.m:
--------------------------------------------------------------------------------
1 | //
2 | // HeaderCell.m
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/11.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import "HeaderCell.h"
10 | @implementation HeaderCell
11 |
12 | - (instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier {
13 | if (self = [super initWithStyle:style reuseIdentifier:reuseIdentifier]) {
14 | self.backgroundColor = [UIColor clearColor];
15 | UIImageView *imageView = [[UIImageView alloc] initWithFrame:CGRectMake(40, 0, 100, 40)] ;
16 | imageView.image = [UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"logo@2x" ofType:@"png"]];
17 | [self.contentView addSubview:imageView];
18 | [imageView release];
19 | }
20 |
21 | return self;
22 | }
23 |
24 | @end
25 |
--------------------------------------------------------------------------------
/iCoderZhiShi/General/Views/MineCell.h:
--------------------------------------------------------------------------------
1 | //
2 | // MineCell.h
3 | // UI-19-QiuBaiDemo
4 | //
5 | // Created by lanouhn on 15/5/19.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | #import "MineModel.h"
11 |
12 | @interface MineCell : UITableViewCell
13 | @property (nonatomic, retain) UIImageView *iconImage;
14 | @property (nonatomic, retain) UILabel *lblTitle;
15 | @property (nonatomic, retain) UILabel *lblCacheSize;
16 |
17 | - (void)configureWithMineModel:(MineModel *)mineModel;
18 | @end
19 |
--------------------------------------------------------------------------------
/iCoderZhiShi/General/Views/SuggestView.h:
--------------------------------------------------------------------------------
1 | //
2 | // SuggestView.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/12.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface SuggestView : UIView
12 | @property (nonatomic, retain) UITextView *content;
13 | @property (nonatomic, retain) UITextField *email;
14 | @end
15 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Helpers/DBHelper.h:
--------------------------------------------------------------------------------
1 | //
2 | // DBHelper.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/11.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | @class FavoriteModel;
11 | @interface DBHelper : NSObject
12 | //插入收藏数据
13 | + (BOOL)insertData:(FavoriteModel *)model;
14 | //删除收藏数据
15 | + (void)deleteData:(NSInteger)fid;
16 | //获取列表
17 | + (NSMutableArray *)getListData;
18 |
19 | @end
20 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-40.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-40@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-40@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-40@3x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-60@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-60@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-60@3x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-72.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-72.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-72@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-72@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-76.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-76@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-76@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-Small-50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-Small-50.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-Small-50@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-Small-50@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-Small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-Small.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-Small@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-Small@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-Small@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon-Small@3x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/AppIcon.appiconset/Icon@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/LaunchImage.launchimage/lanch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/LaunchImage.launchimage/lanch.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/LaunchImage.launchimage/lanch4.7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/LaunchImage.launchimage/lanch4.7.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/LaunchImage.launchimage/lanch5.5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/LaunchImage.launchimage/lanch5.5.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Images.xcassets/LaunchImage.launchimage/lanch960.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Images.xcassets/LaunchImage.launchimage/lanch960.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Macros/CommonMacros.h:
--------------------------------------------------------------------------------
1 | //
2 | // CommonMacros.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/3.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #ifndef iCoderZhiShi_CommonMacros_h
10 | #define iCoderZhiShi_CommonMacros_h
11 |
12 | #define kScreenWidth [UIScreen mainScreen].bounds.size.width
13 | #define kScreenHeight [UIScreen mainScreen].bounds.size.height
14 | #endif
15 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/btn.common.comment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/btn.common.comment.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/btn.content.back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/btn.content.back.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/btn.content.enjoy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/btn.content.enjoy.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/btn.content.share.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/btn.content.share.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/btn.list@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/btn.list@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/btn.live@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/btn.live@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/btn.login.back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/btn.login.back.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/btn.user.homepage.back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/btn.user.homepage.back.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/btn.xuanspace.back副本.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/btn.xuanspace.back副本.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/debate.cell.btn.share.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/debate.cell.btn.share.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/icon.more.enjoy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/icon.more.enjoy.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/icon.more.enjoyed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/icon.more.enjoyed.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/image.news.share@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/image.news.share@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/more.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/morehigh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/morehigh.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/分享@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/分享@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/好友@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/好友@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/收藏@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/收藏@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/收藏@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/收藏@3x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/离线@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/离线@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/离线@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/离线@3x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesNews/评论@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesNews/评论@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesPhotoSet/DazStarOutline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesPhotoSet/DazStarOutline.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesPhotoSet/XHNBack.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesPhotoSet/XHNBack.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesPhotoSet/XHNPicComment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesPhotoSet/XHNPicComment.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesPhotoSet/XHNPicNewsFootBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesPhotoSet/XHNPicNewsFootBg.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesPhotoSet/XHNPicNewsHeadBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesPhotoSet/XHNPicNewsHeadBg.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesPhotoSet/XHNPicShare.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesPhotoSet/XHNPicShare.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesPhotoSet/XHNSaveImage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesPhotoSet/XHNSaveImage.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/ImagesPhotoSet/save.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/ImagesPhotoSet/save.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/back1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/back1.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/blackDefault.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/blackDefault.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/default.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/defaultAvator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/defaultAvator.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/defaultCycle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/defaultCycle.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/qiubaiimages/icon_icommentd@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/qiubaiimages/icon_icommentd@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/qiubaiimages/icon_me@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/qiubaiimages/icon_me@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/qiubaiimages/icon_me_active@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/qiubaiimages/icon_me_active@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/qiubaiimages/icon_myfavourate@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/qiubaiimages/icon_myfavourate@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/qiubaiimages/icon_myfriends@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/qiubaiimages/icon_myfriends@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/qiubaiimages/icon_nightmode@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/qiubaiimages/icon_nightmode@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/qiubaiimages/icon_posted@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/qiubaiimages/icon_posted@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/qiubaiimages/icon_setting@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/qiubaiimages/icon_setting@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/qiubaiimages/logo@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/qiubaiimages/logo@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/qiubaiimages/main_tab_discovery@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/qiubaiimages/main_tab_discovery@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/qiubaiimages/main_tab_discovery_active@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/qiubaiimages/main_tab_discovery_active@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/screenshots/screen1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/screenshots/screen1.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/screenshots/screen2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/screenshots/screen2.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/screenshots/screen3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/screenshots/screen3.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/screenshots/screen4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/screenshots/screen4.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/screenshots/screen5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/screenshots/screen5.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/screenshots/screen6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/screenshots/screen6.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/start.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/start.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/tabBarImages/cell_tag_photo@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/tabBarImages/cell_tag_photo@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/tabBarImages/qr_toolbar_light_up_hl@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/tabBarImages/qr_toolbar_light_up_hl@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/tabBarImages/qr_toolbar_more_hl@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/tabBarImages/qr_toolbar_more_hl@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/tabBarImages/qr_toolbar_online_download_hl@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/tabBarImages/qr_toolbar_online_download_hl@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/tabBarImages/tabbar_badge@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/tabBarImages/tabbar_badge@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/tabBarImages/tabbar_contacts@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/tabBarImages/tabbar_contacts@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/tabBarImages/tabbar_contacts@2x~ipad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/tabBarImages/tabbar_contacts@2x~ipad.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/tabBarImages/tabbar_discover@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/tabBarImages/tabbar_discover@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/tabBarImages/tabbar_icon_me_highlight@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/tabBarImages/tabbar_icon_me_highlight@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/tabBarImages/tabbar_icon_me_normal@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/tabBarImages/tabbar_icon_me_normal@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/tabBarImages/tabbar_icon_media_normal@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/tabBarImages/tabbar_icon_media_normal@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/tabBarImages/tabbar_icon_news_highlight@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/tabBarImages/tabbar_icon_news_highlight@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/tabBarImages/tabbar_icon_news_normal@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/tabBarImages/tabbar_icon_news_normal@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/tabBarImages/tabbar_icon_reader_highlight@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/tabBarImages/tabbar_icon_reader_highlight@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/tabBarImages/tabbar_icon_reader_normal@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/tabBarImages/tabbar_icon_reader_normal@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/tabBarImages/tabbar_me@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/tabBarImages/tabbar_me@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Resources/u=2369337130,3196043322&fm=21&gp=0.jpg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Resources/u=2369337130,3196043322&fm=21&gp=0.jpg.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Controllers/CommentController.h:
--------------------------------------------------------------------------------
1 | //
2 | // CommentController.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/9.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface CommentController : UIViewController
12 | @property (nonatomic, copy) NSString *docid;
13 | @property (nonatomic, copy) NSString *flag; //是图片集,还是新闻
14 | @end
15 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Controllers/ImagesDisplayController.h:
--------------------------------------------------------------------------------
1 | //
2 | // ImagesDisplayController.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/6.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface ImagesDisplayController : UIViewController
12 | //GA340096|68268
13 | @property (nonatomic, copy) NSString *skipID; //图片集的唯一标识 68268
14 | @property (nonatomic, copy) NSString *skipTypeID; // 图片集对应的类别 GA340096
15 | @end
16 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Controllers/MainListController.h:
--------------------------------------------------------------------------------
1 | //
2 | // MainListController.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/5.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface MainListController : UIViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Controllers/NewsDetailsController.h:
--------------------------------------------------------------------------------
1 | //
2 | // NewsDetailsController.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/5.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | /**
12 | * 新闻详细界面视图控制器
13 | */
14 | @interface NewsDetailsController : UIViewController
15 | @property (nonatomic, copy) NSString *docid; //唯一标识
16 | @property (nonatomic, copy) NSString *newsTitle;
17 | @property (nonatomic, copy) NSString *flag; //标记是从阅读push,还是新闻push,为转到评论做唯一标识
18 | @property (nonatomic, copy) NSString *url_3w;
19 | @end
20 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Helpers/NetworkHelpers.h:
--------------------------------------------------------------------------------
1 | //
2 | // NetworkHelpers.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/5.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | /**
12 | * 网络请求助手类
13 | */
14 | @interface NetworkHelpers : NSObject
15 | + (void)JSONDataWithUrl:(NSString *)url success:(void (^)(id data))success fail:(void (^)())fail;
16 |
17 | + (BOOL)okPass:(NSString *)text;
18 | @end
19 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Models/CommentModel.h:
--------------------------------------------------------------------------------
1 | //
2 | // CommentModel.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/9.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | /*
11 | * 评论model
12 | *http://comment.api.163.com/api/json/post/list/new/hot/3g_bbs/ARLVG8NU00963VRO/0/10/10/2/2
13 | http://comment.api.163.com/api/json/post/list/new/normal/3g_bbs/ARLVG8NU00963VRO/desc/0/10/10/2/2
14 | */
15 | @interface CommentModel : NSObject
16 | @property (nonatomic, retain) NSString *timg, *f, *v, *t, *b, *n; //图片,地方,赞,时间,内容,昵称
17 | @property (nonatomic, retain) NSString *ut; //昵称
18 | @property (nonatomic, assign) NSInteger votecount; //评论数
19 |
20 |
21 | @end
22 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Models/CommentModel.m:
--------------------------------------------------------------------------------
1 | //
2 | // CommentModel.m
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/9.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import "CommentModel.h"
10 |
11 | @implementation CommentModel
12 | - (void)dealloc {
13 | [_timg release];
14 | [_f release];
15 | [_v release];
16 | [_t release];
17 | [_b release];
18 | [_n release];
19 | [_ut release];
20 | [super dealloc];
21 | }
22 |
23 | - (void)setValue:(id)value forUndefinedKey:(NSString *)key {
24 |
25 | }
26 | @end
27 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Models/CycleModel.h:
--------------------------------------------------------------------------------
1 | //
2 | // CycleModel.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/4.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | /**
11 | * 轮播图model
12 | */
13 | @interface CycleModel : NSObject
14 | @property (nonatomic, copy) NSString *title, *tag, *subtitle, *imgsrc, *url;
15 | @end
16 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Models/CycleModel.m:
--------------------------------------------------------------------------------
1 | //
2 | // CycleModel.m
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/4.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import "CycleModel.h"
10 |
11 | @implementation CycleModel
12 | - (void)dealloc {
13 | [_title release];
14 | [_tag release];
15 | [_subtitle release];
16 | [_imgsrc release];
17 | [_url release];
18 | [super dealloc];
19 | }
20 |
21 | - (void)setValue:(id)value forUndefinedKey:(NSString *)key {
22 |
23 | }
24 |
25 | @end
26 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Models/ImagesDisplayModel.h:
--------------------------------------------------------------------------------
1 | //
2 | // ImagesDIsplayModel.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/6.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | /**
12 | * 图片集合展示model
13 | */
14 | @interface ImagesDisplayModel : NSObject
15 | @property (nonatomic, copy) NSString *postid;//唯一标识
16 | @property (nonatomic, copy) NSString *creator; //作者
17 | @property (nonatomic, copy) NSString *createtime; //时间
18 | @property (nonatomic, copy) NSString *desc; //描述
19 | @property (nonatomic, copy) NSString *imgsum;// 图片数量
20 | @property (nonatomic, copy) NSMutableArray *photos; //图片集合
21 | @property (nonatomic, copy) NSString *url;
22 | //集合中:imgurl, note, photoid, simgurl, squareimgurl, timgurl, imgtitle
23 | @property (nonatomic, copy) NSString *setname; //标题
24 | @property (nonatomic, copy) NSString *source; //来源
25 | @property (nonatomic, copy) NSString *settag; //湖泊
26 |
27 |
28 | @end
29 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Models/ImagesDisplayModel.m:
--------------------------------------------------------------------------------
1 | //
2 | // ImagesDIsplayModel.m
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/6.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import "ImagesDIsplayModel.h"
10 |
11 | @implementation ImagesDisplayModel
12 |
13 | - (void)dealloc {
14 | [_url release];
15 | [_postid release];
16 | [_creator release];
17 | [_createtime release];
18 | [_desc release];
19 | [_imgsum release];
20 | [_photos release];
21 | [_setname release];
22 | [_source release];
23 | [_settag release];
24 | [super dealloc];
25 | }
26 |
27 | - (void)setValue:(id)value forUndefinedKey:(NSString *)key {
28 |
29 | }
30 | @end
31 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Models/NavTypeTitleModel.h:
--------------------------------------------------------------------------------
1 | //
2 | // NavTypeTitle.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/4.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | /**
11 | * 新闻类别类
12 | */
13 | @interface NavTypeTitleModel : NSObject
14 | @property (nonatomic, retain) NSMutableArray *typeName; //类别名称,
15 | @property (nonatomic, retain) NSMutableArray *typeLinkID; //类别ID
16 |
17 | - (id)initWithTypeTitleModel;
18 | + (id)typeTitleWithModel;
19 |
20 | @end
21 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Models/NavTypeTitleModel.m:
--------------------------------------------------------------------------------
1 | //
2 | // NavTypeTitle.m
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/4.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import "NavTypeTitleModel.h"
10 |
11 | @implementation NavTypeTitleModel
12 | - (void)dealloc {
13 | [_typeLinkID release];
14 | [_typeName release];
15 | [super dealloc];
16 | }
17 | - (id)initWithTypeTitleModel {
18 | if (self = [super init]) {
19 | self.typeName = [NSMutableArray arrayWithObjects:@"头条", @"娱乐",@"时尚", @"汽车", @"科技", @"影视", @"游戏", nil];
20 | self.typeLinkID = [NSMutableArray arrayWithObjects:@"T1348647853363", @"T1348648517839", @"T1348650593803", @"T1348654060988", @"T1348649580692", @"T1348648650048",@"T1348654151579", nil];
21 | }
22 | return self;
23 | }
24 | + (id)typeTitleWithModel {
25 | return [[[self alloc] initWithTypeTitleModel] autorelease];
26 | }
27 | @end
28 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Models/NewsDetailsModel.h:
--------------------------------------------------------------------------------
1 | //
2 | // NewsDetailsModel.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/5.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | /**
12 | * 新闻详细内容model
13 | */
14 | @interface NewsDetailsModel : UIView
15 | @property (nonatomic, copy) NSString *body; //内容
16 | @property (nonatomic, copy) NSString *source_url; //资源链接
17 | @property (nonatomic, retain) NSMutableArray *img;//内容中的图片集,pixel, src, alt
18 | @property (nonatomic, retain) NSMutableArray *video;//内容中的视频,alt, url_mp4,url_m3u8
19 | @property (nonatomic, copy) NSString *digest; //简介
20 | @property (nonatomic, copy) NSString *docid; //唯一标识
21 | @property (nonatomic, copy) NSString *title; //标题
22 | @property (nonatomic, assign) NSInteger *replyCount; //回复数
23 | @property (nonatomic, copy) NSString *source; //来源
24 | @property (nonatomic, copy) NSString *ptime; //发布时间
25 |
26 | @end
27 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Models/NewsDetailsModel.m:
--------------------------------------------------------------------------------
1 | //
2 | // NewsDetailsModel.m
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/5.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import "NewsDetailsModel.h"
10 |
11 | @implementation NewsDetailsModel
12 |
13 | - (void)dealloc {
14 | [_body release];
15 | [_source_url release];
16 | [_img release];
17 | [_digest release];
18 | [_docid release];
19 | [_source release];
20 | [_ptime release];
21 | [_title release];
22 | [super dealloc];
23 | }
24 |
25 | - (void)setValue:(id)value forUndefinedKey:(NSString *)key {
26 |
27 | }
28 |
29 | @end
30 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Models/NewsListModel.m:
--------------------------------------------------------------------------------
1 | //
2 | // NewsListModel.m
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/3.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import "NewsListModel.h"
10 |
11 | @implementation NewsListModel
12 | - (void)dealloc {
13 | [_editor release];
14 | [_boardid release];
15 | [_digest release];
16 | [_skipID release];
17 | [_skipType release];
18 | [_docid release];
19 | [_imgextra release];
20 | [_title release];
21 | [_ptime release];
22 | [_imgsrc release];
23 | [_source release];
24 | [_TAGS release];
25 | [_url_3w release];
26 | [super dealloc];
27 | }
28 |
29 | - (void)setValue:(id)value forUndefinedKey:(NSString *)key {
30 |
31 | }
32 |
33 | @end
34 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Views/BigImageCell.h:
--------------------------------------------------------------------------------
1 | //
2 | // BigImageCell.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/4.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | #import "NewsListModel.h"
11 | @interface BigImageCell : UITableViewCell
12 | @property (nonatomic, retain) UILabel *lblTitle;
13 | @property (nonatomic, retain) UIImageView *imageTitle;
14 | @property (nonatomic, retain) UILabel *lblReadCount;
15 |
16 | @property (nonatomic, retain) NewsListModel *model;
17 | @end
18 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Views/CommentCell.h:
--------------------------------------------------------------------------------
1 | //
2 | // CommentCell.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/9.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | #import "CommentModel.h"
11 |
12 | @interface CommentCell : UITableViewCell
13 | @property (nonatomic, retain) UIImageView *avator;
14 | @property (nonatomic, retain) UILabel *lblName;
15 | @property (nonatomic, retain) UILabel *lblAddress;
16 | //@property (nonatomic, retain) UILabel *lblGoodCount;
17 | @property (nonatomic, retain) UILabel *lblContent;
18 | //@property (nonatomic, retain) UIButton *btnGood;
19 | @property (nonatomic, retain) UILabel *lblTime;
20 |
21 | @property (nonatomic, retain) CommentModel *model;
22 | + (CGFloat)heightForRowWithDic:(CommentModel *)model;
23 | @end
24 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Views/CommentView.h:
--------------------------------------------------------------------------------
1 | //
2 | // CommentView.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/9.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface CommentView : UIView
12 | @property (nonatomic, retain) UITableView *tableView;
13 | @end
14 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Views/CommentView.m:
--------------------------------------------------------------------------------
1 | //
2 | // CommentView.m
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/9.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import "CommentView.h"
10 |
11 | @implementation CommentView
12 |
13 |
14 | - (instancetype)initWithFrame:(CGRect)frame {
15 | if (self = [super initWithFrame:frame]) {
16 | [self addSubview:self.tableView];
17 | }
18 | return self;
19 | }
20 |
21 | - (UITableView *)tableView {
22 | if (!_tableView) {
23 | self.tableView = [[[UITableView alloc] initWithFrame:self.bounds style:UITableViewStyleGrouped] autorelease];
24 | }
25 | return [[_tableView retain] autorelease];
26 | }
27 | @end
28 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Views/CommonCell.h:
--------------------------------------------------------------------------------
1 | //
2 | // CommonCell.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/4.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | @class NewsListModel;
11 |
12 | @interface CommonCell : UITableViewCell
13 | @property (nonatomic, retain) UIImageView *imageTitle;
14 | @property (nonatomic, retain) UILabel *lblTitle;
15 | @property (nonatomic, retain) UILabel *lblDigest;
16 | @property (nonatomic, retain) UILabel *lblReadCount;
17 |
18 | @property (nonatomic, retain) NewsListModel *model;
19 | @end
20 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Views/CommonNewsDetailsView.h:
--------------------------------------------------------------------------------
1 | //
2 | // CommonNewsDetailsView.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/5.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | @class NewsDetailsModel;
11 |
12 | @interface CommonNewsDetailsView : UIView
13 | @property (nonatomic, retain) UILabel *lblTitle;
14 | @property (nonatomic, retain) UILabel *lblSource; //来源
15 | @property (nonatomic, retain) UILabel *lblDate;
16 | @property (nonatomic, retain) UIWebView *webView;
17 |
18 | @property (nonatomic, retain) UIView *toolBar;//工具栏
19 | @property (nonatomic, retain) UIButton *btnShare; //分享按钮
20 | @property (nonatomic, retain) UIButton *btnSave; //收藏
21 | @property (nonatomic, retain) UIButton *btnComment; //评论按钮
22 |
23 | @property (nonatomic, retain) NewsDetailsModel *model;
24 | @end
25 |
26 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Views/CycleScrollView.h:
--------------------------------------------------------------------------------
1 | //
2 | // CycleScrollView.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/3.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | @interface CycleScrollView : UITableViewCell
11 | @property (nonatomic, retain) UILabel *lblTitle;
12 |
13 | /**
14 | * 初始化
15 | *
16 | * @param frame frame
17 | * @param animationDuration 自动滚动的间隔时长。如果<=0,不自动滚动。
18 | *
19 | * @return instance
20 | */
21 | - (id)initWithFrame:(CGRect)frame animationDuration:(NSTimeInterval)animationDuration;
22 |
23 | /**
24 | 数据源:获取总的page个数
25 | **/
26 | @property (nonatomic , copy) NSInteger (^totalPagesCount)(void);
27 | /**
28 | 数据源:获取第pageIndex个位置的contentView
29 | **/
30 | @property (nonatomic , copy) UIView *(^fetchContentViewAtIndex)(NSInteger pageIndex);
31 | /**
32 | 当点击的时候,执行的block
33 | **/
34 | @property (nonatomic , copy) void (^TapActionBlock)(NSInteger pageIndex);
35 |
36 |
37 | - (void)setValueWithDataArr:(NSArray *)dataArr;
38 |
39 | @end
40 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Views/ImagesDisplayView.h:
--------------------------------------------------------------------------------
1 | //
2 | // ImagesDisplayView.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/6.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | #import "ImagesDisplayModel.h"
11 |
12 | @interface ImagesDisplayView : UIView
13 | @property (nonatomic, retain) UILabel *lblTitle; //显示标题
14 | @property (nonatomic, retain) UIScrollView *imagesScrollView; //图片滚动视图
15 | @property (nonatomic, retain) UITextView *note;//图片简介
16 |
17 | @property (nonatomic, retain) UIView *toolBar;//工具栏
18 | @property (nonatomic, retain) UILabel *lblPage; //当前页
19 | @property (nonatomic, retain) UIButton *btnShare; //分享按钮
20 | @property (nonatomic, retain) UIButton *btnComment; //评论
21 | @property (nonatomic, retain) UIButton *btnSave; //收藏
22 | @property (nonatomic, retain) UIButton *btnBack; //返回
23 |
24 | //渐变层,用与显示背景渐变的标题,和内容
25 | @property (nonatomic, retain) UIView *layerView, *layerViewNote;
26 |
27 | @property (nonatomic, retain) ImagesDisplayModel *model;
28 |
29 | @end
30 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Views/IndexScrollView.h:
--------------------------------------------------------------------------------
1 | //
2 | // IndexScrollView.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/15.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | /**
12 | * 重用UIScrollView机制的小的UIScrollView
13 | */
14 | @interface IndexScrollView : UIScrollView
15 | @property (nonatomic, assign) NSInteger index;
16 | @property (nonatomic, retain) UIImageView *imageV;
17 | @end
18 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Views/IndexScrollView.m:
--------------------------------------------------------------------------------
1 | //
2 | // IndexScrollView.m
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/15.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import "IndexScrollView.h"
10 |
11 | @implementation IndexScrollView
12 |
13 |
14 | - (UIImageView *)imageV {
15 | if (!_imageV) {
16 | self.imageV = [[[UIImageView alloc] initWithFrame:self.bounds] autorelease];
17 | }
18 | return [[_imageV retain] autorelease];
19 | }
20 |
21 | - (instancetype)init{
22 | if (self = [super init]) {
23 | [self addSubview:self.imageV];
24 | }
25 | return self;
26 | }
27 |
28 | - (void)dealloc {
29 | [_imageV release];
30 | [super dealloc];
31 | }
32 |
33 | @end
34 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Views/MainTableView.h:
--------------------------------------------------------------------------------
1 | //
2 | // MainTableView.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/6.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface MainTableView : UITableView
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Views/MainTableView.m:
--------------------------------------------------------------------------------
1 | //
2 | // MainTableView.m
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/6.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import "MainTableView.h"
10 |
11 | @implementation MainTableView
12 | - (instancetype)initWithFrame:(CGRect)frame style:(UITableViewStyle)style {
13 | if (self = [super initWithFrame:frame style:style]) {
14 |
15 | }
16 | return self;
17 | }
18 | @end
19 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Views/NavView.h:
--------------------------------------------------------------------------------
1 | //
2 | // NavView.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/4.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | @class NavView;
11 | @class NavTypeTitleModel;
12 | @protocol NavViewDelegate
13 | @optional
14 | - (void)clickBtn:(UIButton *)btn typeModel:(NavTypeTitleModel *)typemodel navView:(NavView *)navView;
15 | @end
16 |
17 | @interface NavView : UIView
18 | @property (nonatomic, assign) id delegate;
19 | @end
20 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Views/OneImageFirstCell.h:
--------------------------------------------------------------------------------
1 | //
2 | // OneImageFirstCell.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/5.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | #import "NewsListModel.h"
11 | /**
12 | * 除头条外,第一行是一张图片的cell
13 | */
14 | @interface OneImageFirstCell : UITableViewCell
15 | @property (nonatomic, retain) UILabel *lblTitle;
16 | @property (nonatomic, retain) UIImageView *imageTitle;
17 | @property (nonatomic, retain) NewsListModel *model;
18 | @end
19 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/News/Views/ThreeImagesCell.h:
--------------------------------------------------------------------------------
1 | //
2 | // ThreeImagesCell.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/4.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | #import "NewsListModel.h"
11 | @interface ThreeImagesCell : UITableViewCell
12 | @property (nonatomic, retain) UILabel *lblTitle;
13 | @property (nonatomic, retain) UILabel *lblReadCount;
14 | @property (nonatomic, retain) UIImageView *imageLeft;
15 | @property (nonatomic, retain) UIImageView *imageCenter;
16 | @property (nonatomic, retain) UIImageView *imageRight;
17 |
18 | @property (nonatomic, retain) NewsListModel *model;
19 | @end
20 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/Picture/Models/PictureModel.m:
--------------------------------------------------------------------------------
1 | //
2 | // Model.m
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/4.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 |
10 | #import "PictureModel.h"
11 |
12 | @implementation PictureModel
13 | - (void)dealloc {
14 | [_setname release];
15 | [_setid release];
16 | [_seturl release];
17 | [_clientcover release];
18 | [_clientcover1 release];
19 | [_cover release];
20 | [_desc release];
21 | [_createdate release];
22 | [_datetime release];
23 | [super dealloc];
24 | }
25 | - (void)setValue:(id)value forUndefinedKey:(NSString *)key {
26 |
27 | }
28 |
29 | @end
30 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/Picture/ViewControllers/PictureListController.h:
--------------------------------------------------------------------------------
1 | //
2 | // PictureListController.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/4.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface PictureListController : UIViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/Picture/ViewControllers/UICollectionViewWaterfallLayout.h:
--------------------------------------------------------------------------------
1 | //
2 | // RootViewController.m
3 | // WaterFallTest
4 | //
5 | // Created by 侯文富 on 14-2-15.
6 | // Copyright (c) 2014年 侯文富. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @class UICollectionViewWaterfallLayout;
12 | @protocol UICollectionViewDelegateWaterfallLayout
13 | //每个cell高度指定代理
14 | - (CGFloat)collectionView:(UICollectionView *)collectionView
15 | layout:(UICollectionViewWaterfallLayout *)collectionViewLayout
16 | heightForItemAtIndexPath:(NSIndexPath *)indexPath;
17 | @end
18 |
19 | @interface UICollectionViewWaterfallLayout : UICollectionViewLayout
20 | @property (nonatomic, weak) id delegate;
21 | @property (nonatomic, assign) NSUInteger columnCount; // 列数
22 | @property (nonatomic, assign) CGFloat itemWidth; // item的宽度
23 | @property (nonatomic, assign) UIEdgeInsets sectionInset; // 每个section的边框间距
24 | @property (nonatomic, assign) CGFloat minLineSpacing; //每行每列的间隔
25 |
26 | @end
27 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/Picture/Views/AvatarCell.h:
--------------------------------------------------------------------------------
1 | //
2 | // AvatarCell.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/4.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | #import "PictureModel.h"
11 | @interface AvatarCell : UICollectionViewCell
12 | @property (nonatomic, retain) UIImageView *icon;
13 | @property (nonatomic, retain) UILabel *labelDigest;
14 |
15 | //给cell子控件赋值
16 | - (void)configureSubviews:(PictureModel *)model;
17 | //计算cell高度
18 | + (CGFloat)heightForRowWithDic:(PictureModel *)dic;
19 | @end
20 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/Read/Models/ReadListModel.h:
--------------------------------------------------------------------------------
1 | //
2 | // ReadListModel.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/4.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface ReadListModel : NSObject
12 | @property (nonatomic, copy) NSString *title; //标题
13 | @property (nonatomic, copy) NSString *digest; //简介
14 | @property (nonatomic, copy) NSString *imgsrc; //图片链接,无则为No
15 | @property (nonatomic, retain) NSArray *imgnewextra; //数组内的图片,不一定有
16 | @property (nonatomic, copy) NSString *source; //左下角来源
17 | @property (nonatomic, copy) NSString *docid; //唯一标识
18 | @property (nonatomic, copy) NSString *boardid; //标识,转到评论的唯一标识
19 |
20 | @property (nonatomic, assign) NSInteger replyCount; //跟帖数
21 | @property (nonatomic, assign) NSInteger flag; //数据需要那套cell展示, 用flag标识
22 |
23 |
24 |
25 |
26 | @end
27 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/Read/Models/ReadListModel.m:
--------------------------------------------------------------------------------
1 | //
2 | // ReadListModel.m
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/4.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import "ReadListModel.h"
10 |
11 | @implementation ReadListModel
12 |
13 | - (void)setValue:(id)value forUndefinedKey:(NSString *)key {
14 |
15 | }
16 | - (void)dealloc {
17 | [_boardid release];
18 | [_source release];
19 | [_imgnewextra release];
20 | [_imgsrc release];
21 | [_digest release];
22 | [_title release];
23 | [_docid release];
24 | [super dealloc];
25 | }
26 | @end
27 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/Read/ViewControllers/ReadListController.h:
--------------------------------------------------------------------------------
1 | //
2 | // ReadListController.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/3.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface ReadListController : UITableViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/Read/Views/LeftImageCell.h:
--------------------------------------------------------------------------------
1 | //
2 | // LeftImageCell.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/4.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | #import "ReadListModel.h"
11 | #import "UIImageView+WebCache.h"
12 |
13 | //左边一个图的cell
14 | @interface LeftImageCell : UITableViewCell
15 |
16 | @property (nonatomic, retain) UIImageView *photoView; //左单一的一个图
17 | @property (nonatomic, retain) UILabel *titleLabel; //标题
18 | @property (nonatomic, retain) UILabel *digestLabel; //简介
19 | @property (nonatomic, retain) UILabel *sourceLabel; //左下角来源
20 | @property (nonatomic, retain) UILabel *replyCountLabel; //分享按钮
21 |
22 |
23 | //赋值,让readListModel对象中存储一条阅读信息
24 | - (void)configureCellWithRead:(ReadListModel *)readNews;
25 | //自适应cell
26 | + (CGFloat)heightForRowWithReadNews:(ReadListModel *)readNews;
27 | @end
28 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/Read/Views/LeftOneRightTwoImageCell.h:
--------------------------------------------------------------------------------
1 | //
2 | // LeftOneRightTwoImageCell.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/4.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | #import "UIImageView+WebCache.h"
11 | #import "ReadListModel.h"
12 |
13 | //左边一个大图,右边两个小图的cell
14 | @interface LeftOneRightTwoImageCell : UITableViewCell
15 | @property (nonatomic, retain) UIImageView *leftImage; //左单一的一个图
16 | @property (nonatomic, retain) UILabel *titleLabel; //标题
17 | @property (nonatomic, retain) UILabel *digestLabel; //简介
18 | @property (nonatomic, retain) UILabel *sourceLabel; //左下角来源
19 | @property (nonatomic, retain) UILabel *replyCountLabel; //跟帖Label
20 | @property (nonatomic, retain) UIImageView *rightImageUp; //右上图片
21 | @property (nonatomic, retain) UIImageView *rightImageDown; //右下图片
22 |
23 | //赋值
24 | - (void)configureCellWithRead:(ReadListModel *)readModel;
25 |
26 | + (CGFloat)heightForRowWithReadNews:(ReadListModel *)readNews;
27 | @end
28 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/Read/Views/NoImageCell.h:
--------------------------------------------------------------------------------
1 | //
2 | // NoImageCell.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/4.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | #import "UIImageView+WebCache.h"
11 | #import "ReadListModel.h"
12 | //没有图的cell
13 | @interface NoImageCell : UITableViewCell
14 | @property (nonatomic, retain) UILabel *titleLabel; //主题
15 | @property (nonatomic, retain) UILabel *digestLabel; //简介
16 | @property (nonatomic, retain) UILabel *sourceLabel; //文章来源
17 | @property (nonatomic, retain) UILabel *replyCountLabel; //分享按钮
18 |
19 | //赋值,让readListModel对象中存储一条阅读信息
20 | - (void)configureCellWithRead:(ReadListModel *)readNews;
21 |
22 | + (CGFloat)heightForRowWithReadNews:(ReadListModel *)readNews;
23 | @end
24 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/Videos/Controllers/VideosController.h:
--------------------------------------------------------------------------------
1 | //
2 | // VideosController.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/16.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface VideosController : UITableViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/Videos/Controllers/VideosDetailsController.h:
--------------------------------------------------------------------------------
1 | //
2 | // VideosDetailsController.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/20.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | #import "VideosModel.h"
11 | @interface VideosDetailsController : UITableViewController
12 | @property (nonatomic, retain) VideosModel *model;
13 | @end
14 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/Videos/Models/VideosCommentModel.h:
--------------------------------------------------------------------------------
1 | //
2 | // VideosCommentModel.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/20.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | @interface VideosCommentModel : NSObject
11 | @property (nonatomic, copy) NSString *content;
12 | @property (nonatomic, retain) NSDictionary *user;//username, profile_image
13 | @end
14 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/Videos/Models/VideosCommentModel.m:
--------------------------------------------------------------------------------
1 | //
2 | // VideosCommentModel.m
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/20.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import "VideosCommentModel.h"
10 |
11 | @implementation VideosCommentModel
12 | - (void)dealloc {
13 | [_content release];
14 | [_user release];
15 | [super dealloc];
16 | }
17 |
18 | - (void)setValue:(id)value forUndefinedKey:(NSString *)key {
19 |
20 | }
21 | @end
22 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/Videos/Models/VideosModel.h:
--------------------------------------------------------------------------------
1 | //
2 | // VideosModel.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/16.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface VideosModel : NSObject
12 | @property (nonatomic, copy) NSString *text; //标题
13 | @property (nonatomic, copy) NSString *videouri, *image_small; //视频连接
14 | @property (nonatomic, copy) NSString *width, *height;
15 | @property (nonatomic, copy) NSString *name; //用户名
16 | @property (nonatomic, copy) NSString *profile_image;// 头像
17 | @property (nonatomic, copy) NSString *videotime, *created_at;//视频播放时间
18 | @property (nonatomic, strong) NSNumber *playcount;
19 | @property (nonatomic, assign) NSInteger ID;
20 | @end
21 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/Videos/Models/VideosModel.m:
--------------------------------------------------------------------------------
1 | //
2 | // VideosModel.m
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/16.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import "VideosModel.h"
10 |
11 | @implementation VideosModel
12 | - (void)dealloc {
13 | [_text release];
14 | [_videouri release];
15 | [_height release];
16 | [_width release];
17 | [_name release];
18 | [_profile_image release];
19 | [_image_small release];
20 | [_videotime release];
21 | [_created_at release];
22 | [_playcount release];
23 | [super dealloc];
24 | }
25 | - (void)setValue:(id)value forUndefinedKey:(NSString *)key {
26 | if ([key isEqualToString:@"id"]) {
27 | self.ID = [value integerValue];
28 | }
29 | }
30 | @end
31 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Sections/Videos/Views/VideoCommentCell.h:
--------------------------------------------------------------------------------
1 | //
2 | // VideoCommentCell.h
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/20.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | @class VideosCommentModel;
11 | @interface VideoCommentCell : UITableViewCell
12 | @property (nonatomic, retain) UIImageView *avotorImage;
13 | @property (nonatomic, retain) UILabel *lblName;
14 | @property (nonatomic, retain) UILabel *lblText;
15 |
16 | @property (nonatomic, retain) VideosCommentModel *model;
17 |
18 | + (CGFloat)heightCell:(VideosCommentModel *)model;
19 | @end
20 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/MJRefresh/MJRefresh.bundle/arrow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/MJRefresh/MJRefresh.bundle/arrow@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/MJRefresh/MJRefresh.h:
--------------------------------------------------------------------------------
1 | // 代码地址: https://github.com/CoderMJLee/MJRefresh
2 | // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000
3 |
4 | #import "UIScrollView+MJRefresh.h"
5 | #import "MJRefreshGifHeader.h"
6 | #import "MJRefreshLegendHeader.h"
7 | #import "MJRefreshGifFooter.h"
8 | #import "MJRefreshLegendFooter.h"
9 | #import "MJRefreshConst.h"
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/MJRefresh/MJRefreshConst.m:
--------------------------------------------------------------------------------
1 | // 代码地址: https://github.com/CoderMJLee/MJRefresh
2 | // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000
3 | #import
4 |
5 | const CGFloat MJRefreshHeaderHeight = 54.0;
6 | const CGFloat MJRefreshFooterHeight = 44.0;
7 | const CGFloat MJRefreshFastAnimationDuration = 0.25;
8 | const CGFloat MJRefreshSlowAnimationDuration = 0.4;
9 |
10 | NSString *const MJRefreshHeaderUpdatedTimeKey = @"MJRefreshHeaderUpdatedTimeKey";
11 | NSString *const MJRefreshContentOffset = @"contentOffset";
12 | NSString *const MJRefreshContentSize = @"contentSize";
13 | NSString *const MJRefreshPanState = @"pan.state";
14 |
15 | NSString *const MJRefreshHeaderStateIdleText = @"下拉可以刷新";
16 | NSString *const MJRefreshHeaderStatePullingText = @"松开立即刷新";
17 | NSString *const MJRefreshHeaderStateRefreshingText = @"正在刷新数据中...";
18 |
19 | NSString *const MJRefreshFooterStateIdleText = @"点击加载更多";
20 | NSString *const MJRefreshFooterStateRefreshingText = @"正在加载更多的数据...";
21 | NSString *const MJRefreshFooterStateNoMoreDataText = @"已经全部加载完毕";
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/MJRefresh/MJRefreshGifFooter.h:
--------------------------------------------------------------------------------
1 | // 代码地址: https://github.com/CoderMJLee/MJRefresh
2 | // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000
3 | // MJRefreshGifFooter.h
4 | // MJRefreshExample
5 | //
6 | // Created by MJ Lee on 15/3/5.
7 | // Copyright (c) 2015年 itcast. All rights reserved.
8 | //
9 |
10 | #import "MJRefreshFooter.h"
11 |
12 | @interface MJRefreshGifFooter : MJRefreshFooter
13 | /** 正在刷新时的动画图片 */
14 | @property (strong, nonatomic) NSArray *refreshingImages;
15 | @end
16 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/MJRefresh/MJRefreshGifHeader.h:
--------------------------------------------------------------------------------
1 | // 代码地址: https://github.com/CoderMJLee/MJRefresh
2 | // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000
3 | // MJRefreshGifHeader.h
4 | // MJRefreshExample
5 | //
6 | // Created by MJ Lee on 15/3/4.
7 | // Copyright (c) 2015年 itcast. All rights reserved.
8 | // 带有gif图片功能的下拉刷新控件
9 |
10 | #import "MJRefreshHeader.h"
11 |
12 | @interface MJRefreshGifHeader : MJRefreshHeader
13 | /** 设置state状态下的动画图片images */
14 | - (void)setImages:(NSArray *)images forState:(MJRefreshHeaderState)state;
15 | @end
16 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/MJRefresh/MJRefreshLegendFooter.h:
--------------------------------------------------------------------------------
1 | // 代码地址: https://github.com/CoderMJLee/MJRefresh
2 | // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000
3 | // MJRefreshLegendFooter.h
4 | // MJRefreshExample
5 | //
6 | // Created by MJ Lee on 15/3/5.
7 | // Copyright (c) 2015年 itcast. All rights reserved.
8 | //
9 |
10 | #import "MJRefreshFooter.h"
11 |
12 | @interface MJRefreshLegendFooter : MJRefreshFooter
13 |
14 | @end
15 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/MJRefresh/MJRefreshLegendHeader.h:
--------------------------------------------------------------------------------
1 | // 代码地址: https://github.com/CoderMJLee/MJRefresh
2 | // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000
3 | // MJRefreshLegendHeader.h
4 | // MJRefreshExample
5 | //
6 | // Created by MJ Lee on 15/3/4.
7 | // Copyright (c) 2015年 itcast. All rights reserved.
8 | // 传统的下拉刷新控件:箭头 + 圈圈
9 |
10 | #import "MJRefreshHeader.h"
11 |
12 | @interface MJRefreshLegendHeader : MJRefreshHeader
13 |
14 | @end
15 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/MJRefresh/UIScrollView+MJExtension.h:
--------------------------------------------------------------------------------
1 | // 代码地址: https://github.com/CoderMJLee/MJRefresh
2 | // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000
3 | // UIScrollView+Extension.h
4 | // MJRefreshExample
5 | //
6 | // Created by MJ Lee on 14-5-28.
7 | // Copyright (c) 2014年 itcast. All rights reserved.
8 | //
9 |
10 | #import
11 |
12 | @interface UIScrollView (MJExtension)
13 | @property (assign, nonatomic) CGFloat mj_insetT;
14 | @property (assign, nonatomic) CGFloat mj_insetB;
15 | @property (assign, nonatomic) CGFloat mj_insetL;
16 | @property (assign, nonatomic) CGFloat mj_insetR;
17 |
18 | @property (assign, nonatomic) CGFloat mj_offsetX;
19 | @property (assign, nonatomic) CGFloat mj_offsetY;
20 |
21 | @property (assign, nonatomic) CGFloat mj_contentSizeW;
22 | @property (assign, nonatomic) CGFloat mj_contentSizeH;
23 | @end
24 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/MJRefresh/UIView+MJExtension.h:
--------------------------------------------------------------------------------
1 | // 代码地址: https://github.com/CoderMJLee/MJRefresh
2 | // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000
3 | // UIView+Extension.h
4 | // MJRefreshExample
5 | //
6 | // Created by MJ Lee on 14-5-28.
7 | // Copyright (c) 2014年 itcast. All rights reserved.
8 | //
9 |
10 | #import
11 |
12 | @interface UIView (MJExtension)
13 | @property (assign, nonatomic) CGFloat mj_x;
14 | @property (assign, nonatomic) CGFloat mj_y;
15 | @property (assign, nonatomic) CGFloat mj_w;
16 | @property (assign, nonatomic) CGFloat mj_h;
17 | @property (assign, nonatomic) CGSize mj_size;
18 | @property (assign, nonatomic) CGPoint mj_origin;
19 | @end
20 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/SDWebImage/NSData+ImageContentType.h:
--------------------------------------------------------------------------------
1 | //
2 | // Created by Fabrice Aneche on 06/01/14.
3 | // Copyright (c) 2014 Dailymotion. All rights reserved.
4 | //
5 |
6 | #import
7 |
8 | @interface NSData (ImageContentType)
9 |
10 | /**
11 | * Compute the content type for an image data
12 | *
13 | * @param data the input data
14 | *
15 | * @return the content type as string (i.e. image/jpeg, image/gif)
16 | */
17 | + (NSString *)sd_contentTypeForImageData:(NSData *)data;
18 |
19 | @end
20 |
21 |
22 | @interface NSData (ImageContentTypeDeprecated)
23 |
24 | + (NSString *)contentTypeForImageData:(NSData *)data __deprecated_msg("Use `sd_contentTypeForImageData:`");
25 |
26 | @end
27 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/SDWebImage/SDWebImageDecoder.h:
--------------------------------------------------------------------------------
1 | /*
2 | * This file is part of the SDWebImage package.
3 | * (c) Olivier Poitrey
4 | *
5 | * Created by james on 9/28/11.
6 | *
7 | * For the full copyright and license information, please view the LICENSE
8 | * file that was distributed with this source code.
9 | */
10 |
11 | #import
12 | #import "SDWebImageCompat.h"
13 |
14 | @interface UIImage (ForceDecode)
15 |
16 | + (UIImage *)decodedImageWithImage:(UIImage *)image;
17 |
18 | @end
19 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/SDWebImage/SDWebImageOperation.h:
--------------------------------------------------------------------------------
1 | /*
2 | * This file is part of the SDWebImage package.
3 | * (c) Olivier Poitrey
4 | *
5 | * For the full copyright and license information, please view the LICENSE
6 | * file that was distributed with this source code.
7 | */
8 |
9 | #import
10 |
11 | @protocol SDWebImageOperation
12 |
13 | - (void)cancel;
14 |
15 | @end
16 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/SDWebImage/UIImage+GIF.h:
--------------------------------------------------------------------------------
1 | //
2 | // UIImage+GIF.h
3 | // LBGIFImage
4 | //
5 | // Created by Laurin Brandner on 06.01.12.
6 | // Copyright (c) 2012 __MyCompanyName__. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface UIImage (GIF)
12 |
13 | + (UIImage *)sd_animatedGIFNamed:(NSString *)name;
14 |
15 | + (UIImage *)sd_animatedGIFWithData:(NSData *)data;
16 |
17 | - (UIImage *)sd_animatedImageByScalingAndCroppingToSize:(CGSize)size;
18 |
19 | @end
20 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/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 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/SDWebImage/UIImage+WebP.h:
--------------------------------------------------------------------------------
1 | //
2 | // UIImage+WebP.h
3 | // SDWebImage
4 | //
5 | // Created by Olivier Poitrey on 07/06/13.
6 | // Copyright (c) 2013 Dailymotion. All rights reserved.
7 | //
8 |
9 | #ifdef SD_WEBP
10 |
11 | #import
12 |
13 | // Fix for issue #416 Undefined symbols for architecture armv7 since WebP introduction when deploying to device
14 | void WebPInitPremultiplyNEON(void);
15 |
16 | void WebPInitUpsamplersNEON(void);
17 |
18 | void VP8DspInitNEON(void);
19 |
20 | @interface UIImage (WebP)
21 |
22 | + (UIImage *)sd_imageWithWebPData:(NSData *)data;
23 |
24 | @end
25 |
26 | #endif
27 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/SDWebImage/UIView+WebCacheOperation.h:
--------------------------------------------------------------------------------
1 | /*
2 | * This file is part of the SDWebImage package.
3 | * (c) Olivier Poitrey
4 | *
5 | * For the full copyright and license information, please view the LICENSE
6 | * file that was distributed with this source code.
7 | */
8 |
9 | #import
10 | #import "SDWebImageManager.h"
11 |
12 | @interface UIView (WebCacheOperation)
13 |
14 | /**
15 | * Set the image load operation (storage in a UIView based dictionary)
16 | *
17 | * @param operation the operation
18 | * @param key key for storing the operation
19 | */
20 | - (void)sd_setImageLoadOperation:(id)operation forKey:(NSString *)key;
21 |
22 | /**
23 | * Cancel all operations for the current UIView and key
24 | *
25 | * @param key key for identifying the operations
26 | */
27 | - (void)sd_cancelImageLoadOperationWithKey:(NSString *)key;
28 |
29 | /**
30 | * Just remove the operations corresponding to the current UIView and key without cancelling them
31 | *
32 | * @param key key for identifying the operations
33 | */
34 | - (void)sd_removeImageLoadOperationWithKey:(NSString *)key;
35 |
36 | @end
37 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Connection/QQConnection.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Connection/QQConnection.framework/Info.plist
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Connection/QQConnection.framework/QQConnection:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Connection/QQConnection.framework/QQConnection
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Connection/QQConnection.framework/en.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Connection/QQConnection.framework/en.lproj/InfoPlist.strings
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Connection/QZoneConnection.framework/Headers/SSQZoneErrorInfo.h:
--------------------------------------------------------------------------------
1 | //
2 | // Created by ShareSDK.cn on 13-1-14.
3 | // 官网地址:http://www.ShareSDK.cn
4 | // 技术支持邮箱:support@sharesdk.cn
5 | // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
6 | // 商务QQ:4006852216
7 | // Copyright (c) 2013年 ShareSDK.cn. All rights reserved.
8 | //
9 |
10 | #import
11 | #import
12 |
13 | /**
14 | * @brief QQ空间异常信息
15 | */
16 | @interface SSQZoneErrorInfo : CMErrorInfo
17 |
18 |
19 | @end
20 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Connection/QZoneConnection.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Connection/QZoneConnection.framework/Info.plist
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Connection/QZoneConnection.framework/QZoneConnection:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Connection/QZoneConnection.framework/QZoneConnection
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Connection/QZoneConnection.framework/en.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Connection/QZoneConnection.framework/en.lproj/InfoPlist.strings
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Connection/SinaWeiboConnection.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Connection/SinaWeiboConnection.framework/Info.plist
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Connection/SinaWeiboConnection.framework/SinaWeiboConnection:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Connection/SinaWeiboConnection.framework/SinaWeiboConnection
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Connection/SinaWeiboConnection.framework/en.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Connection/SinaWeiboConnection.framework/en.lproj/InfoPlist.strings
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Connection/WeChatConnection.framework/Headers/SSWeChatErrorInfo.h:
--------------------------------------------------------------------------------
1 | //
2 | // SSWeChatShareInfo.h
3 | // WeChatConnection
4 | //
5 | // Created by 冯 鸿杰 on 13-11-29.
6 | // Copyright (c) 2013年 掌淘科技. All rights reserved.
7 | //
8 |
9 | #import
10 | #import
11 |
12 | ///#begin zh-cn
13 | /**
14 | * @brief 微信错误信息
15 | */
16 | ///#end
17 | ///#begin en
18 | /**
19 | * @brief Error information.
20 | */
21 | ///#end
22 | @interface SSWeChatErrorInfo : CMErrorInfo
23 |
24 | @end
25 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Connection/WeChatConnection.framework/Headers/SSWeChatTypeDef.h:
--------------------------------------------------------------------------------
1 | //
2 | // SSWeChatShareInfo.h
3 | // WeChatConnection
4 | //
5 | // Created by 冯 鸿杰 on 13-11-29.
6 | // Copyright (c) 2013年 掌淘科技. All rights reserved.
7 | //
8 |
9 | #ifndef WeChatConnection_SSWeChatTypeDef_h
10 | #define WeChatConnection_SSWeChatTypeDef_h
11 |
12 | ///#begin zh-cn
13 | /**
14 | * @brief 微信类型
15 | */
16 | ///#end
17 | ///#begin en
18 | /**
19 | * @brief WeChat type.
20 | */
21 | ///#end
22 | typedef enum
23 | {
24 | SSWeChatSceneSession = 0, /**< 好友 */
25 | SSWeChatSceneTimeline = 1 , /**< 朋友圈 */
26 | SSWeChatSceneFav = 2 /**< 收藏 */
27 | }
28 | SSWeChatScene;
29 |
30 | #endif
31 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Connection/WeChatConnection.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Connection/WeChatConnection.framework/Info.plist
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Connection/WeChatConnection.framework/WeChatConnection:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Connection/WeChatConnection.framework/WeChatConnection
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Connection/WeChatConnection.framework/en.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Connection/WeChatConnection.framework/en.lproj/InfoPlist.strings
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/AGCommon:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/AGCommon
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/Headers/AGCommon.h:
--------------------------------------------------------------------------------
1 |
2 | #import
3 |
4 | @interface AGCommon : NSObject
5 |
6 | @end
7 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/Headers/CMCacheManager.h:
--------------------------------------------------------------------------------
1 |
2 | #import
3 | #import "CMLoader.h"
4 |
5 | ///#begin zh-cn
6 | /**
7 | * @brief 缓存管理器
8 | */
9 | ///#end
10 | ///#begin en
11 | /**
12 | * @brief Cache Manager.
13 | */
14 | ///#end
15 | @interface CMCacheManager : NSObject
16 | {
17 | //加载队列,尚未从网络获取本地加载完毕的将会进入此队列。
18 | NSMutableArray *_loaderQueue;
19 | //缓存路径
20 | NSString *_cachePath;
21 | }
22 |
23 | ///#begin zh-cn
24 | /**
25 | * @brief 加载文件
26 | *
27 | * @param url 文件路径
28 | *
29 | * @return 文件加载器
30 | */
31 | ///#end
32 | ///#begin en
33 | /**
34 | * @brief Load file.
35 | *
36 | * @param url File URL object.
37 | *
38 | * @return Loader object.
39 | */
40 | ///#end
41 | - (CMLoader *)load:(NSURL *)url;
42 |
43 |
44 | @end
45 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/Headers/CMDeviceInfo.h:
--------------------------------------------------------------------------------
1 |
2 | #import
3 |
4 | ///#begin zh-cn
5 | /**
6 | * @brief 设备信息
7 | */
8 | ///#end
9 | ///#begin en
10 | /**
11 | * @brief Device information.
12 | */
13 | ///#end
14 | @interface CMDeviceInfo : NSObject
15 |
16 | ///#begin zh-cn
17 | /**
18 | * @brief 取得网卡的物理地址
19 | *
20 | * @return 网卡物理地址
21 | */
22 | ///#end
23 | ///#begin en
24 | /**
25 | * @brief Get MAC address.
26 | *
27 | * @return MAC address.
28 | */
29 | ///#end
30 | + (NSString *)macAddress;
31 |
32 | ///#begin zh-cn
33 | /**
34 | * @brief 获取设备型号.http://en.wikipedia.org/wiki/List_of_iOS_devices
35 | *
36 | * @return 设备型号:设备型号对照如下:https://github.com/InderKumarRathore/UIDeviceUtil/blob/master/UIDeviceUtil.m
37 | */
38 | ///#end
39 | ///#begin en
40 | /**
41 | * @brief Get device model.http://en.wikipedia.org/wiki/List_of_iOS_devices
42 | *
43 | * @return Device model. Model follows:https://github.com/InderKumarRathore/UIDeviceUtil/blob/master/UIDeviceUtil.m
44 | */
45 | ///#end
46 | + (NSString *)deviceModel;
47 |
48 | @end
49 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/Headers/CMHTableViewItem.h:
--------------------------------------------------------------------------------
1 |
2 | #import
3 | #import "ICMHTableViewItem.h"
4 |
5 | ///#begin zh-cn
6 | /**
7 | * @brief 水平排版表格列表项视图
8 | */
9 | ///#end
10 | ///#begin en
11 | /**
12 | * @brief Horizontal table item view.
13 | */
14 | ///#end
15 | @interface CMHTableViewItem : UIView
16 | {
17 | @private
18 | NSString *_reuseIdentifier;
19 | NSIndexPath *_indexPath;
20 | }
21 |
22 | ///#begin zh-cn
23 | /**
24 | * @brief 复用标识
25 | */
26 | ///#end
27 | ///#begin en
28 | /**
29 | * @brief Reuse indentifier.
30 | */
31 | ///#end
32 | @property (nonatomic,readonly) NSString *reuseIdentifier;
33 |
34 | ///#begin zh-cn
35 | /**
36 | * @brief 位置索引
37 | */
38 | ///#end
39 | ///#begin en
40 | /**
41 | * @brief Index path.
42 | */
43 | ///#end
44 | @property (nonatomic,retain) NSIndexPath *indexPath;
45 |
46 | @end
47 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/Headers/CMImageView.h:
--------------------------------------------------------------------------------
1 |
2 | #import
3 |
4 | ///#begin zh-cn
5 | /**
6 | * @brief 图片视图
7 | */
8 | ///#end
9 | ///#begin en
10 | /**
11 | * @brief Image View.
12 | */
13 | ///#end
14 | @interface CMImageView : UIControl
15 | {
16 | @private
17 | UIImageView *_imageView;
18 | UIImage *_image;
19 | UIImage *_defaultImage;
20 |
21 | BOOL _bNeedLayout;
22 | }
23 |
24 | ///#begin zh-cn
25 | /**
26 | * @brief 图片对象
27 | */
28 | ///#end
29 | ///#begin en
30 | /**
31 | * @brief Image object.
32 | */
33 | ///#end
34 | @property (nonatomic,retain) UIImage *image;
35 |
36 | ///#begin zh-cn
37 | /**
38 | * @brief 默认图片对象,在没有设置图片时显示
39 | */
40 | ///#end
41 | ///#begin en
42 | /**
43 | * @brief Default image object,When the display image is not set image property.
44 | */
45 | ///#end
46 | @property (nonatomic,retain) UIImage *defaultImage;
47 |
48 |
49 |
50 | @end
51 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/Headers/CMOpenUDID.h:
--------------------------------------------------------------------------------
1 | //
2 | // OpenUDID.h
3 | // openudid
4 | //
5 | // initiated by Yann Lechelle (cofounder @Appsfire) on 8/28/11.
6 | // Copyright 2011 OpenUDID.org
7 | //
8 | // Main branches
9 | // iOS code: https://github.com/ylechelle/OpenUDID
10 | //
11 |
12 |
13 | #import
14 |
15 | #define kAGSKOpenUDIDErrorNone 0
16 | #define kAGSKOpenUDIDErrorOptedOut 1
17 | #define kAGSKOpenUDIDErrorCompromised 2
18 |
19 | @interface CMOpenUDID : NSObject {
20 | }
21 | + (NSString*) value;
22 | + (NSString*) valueWithError:(NSError**)error;
23 | + (void) setOptOut:(BOOL)optOutValue;
24 |
25 | @end
26 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/Headers/CMPageContentView.h:
--------------------------------------------------------------------------------
1 |
2 | #import
3 | #import "ICMPageContentView.h"
4 |
5 | ///#begin zh-cn
6 | /**
7 | * @brief 分页内容视图
8 | */
9 | ///#end
10 | ///#begin en
11 | /**
12 | * @brief Page content view.
13 | */
14 | ///#end
15 | @interface CMPageContentView : UIView
16 | {
17 | @private
18 | NSString *_reuseIdentifier;
19 | }
20 |
21 | ///#begin zh-cn
22 | /**
23 | * @brief 引用标识.
24 | */
25 | ///#end
26 | ///#begin en
27 | /**
28 | * @brief Reuse identifier.
29 | */
30 | ///#end
31 | @property (nonatomic,readonly) NSString *reuseIdentifier;
32 |
33 |
34 | @end
35 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/Headers/CMPinyin.h:
--------------------------------------------------------------------------------
1 | //
2 | // POAPinyin.h
3 | //
4 | // Created by ShareSDK.cn on 13-1-14.
5 | // 官网地址:http://www.ShareSDK.cn
6 | // 技术支持邮箱:support@sharesdk.cn
7 | // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
8 | // 商务QQ:4006852216
9 | // Copyright (c) 2013年 ShareSDK.cn. All rights reserved.
10 | //
11 |
12 | #import
13 |
14 |
15 | @interface CMPinyin : NSObject {
16 |
17 | }
18 |
19 | + (NSString *) convert:(NSString *) hzString;//输入中文,返回拼音。
20 |
21 | // added by setimouse ( setimouse@gmail.com )
22 | + (NSString *)quickConvert:(NSString *)hzString;
23 | + (void)clearCache;
24 | // ------------------
25 |
26 | @end
27 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/Headers/CMPinyinFirstLetter.h:
--------------------------------------------------------------------------------
1 | /*
2 | * pinyin.h
3 | * Chinese Pinyin First Letter
4 | *
5 | * Created by George on 4/21/10.
6 | * Copyright 2010 RED/SAFI. All rights reserved.
7 | *
8 | */
9 |
10 | char CMPinyinFirstLetter(unsigned short hanzi);
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/Headers/CMQuiltItemView.h:
--------------------------------------------------------------------------------
1 |
2 |
3 | #import
4 | #import "ICMQuiltItemView.h"
5 |
6 | ///#begin zh-cn
7 | /**
8 | * @brief 瀑布流子项视图
9 | */
10 | ///#end
11 | ///#begin en
12 | /**
13 | * @brief Quilt item view.
14 | */
15 | ///#end
16 | @interface CMQuiltItemView : UIView
17 | {
18 | @private
19 | NSString *_reuseIdentifier;
20 | id _constructorDelegate;
21 | }
22 |
23 | ///#begin zh-cn
24 | /**
25 | * @brief 复用标识
26 | */
27 | ///#end
28 | ///#begin en
29 | /**
30 | * @brief Reuse identifier.
31 | */
32 | ///#end
33 | @property (nonatomic,readonly) NSString *reuseIdentifier;
34 |
35 | ///#begin zh-cn
36 | /**
37 | * @brief 构造器协议对象
38 | */
39 | ///#end
40 | ///#begin en
41 | /**
42 | * @brief Constructor delegate object.
43 | */
44 | ///#end
45 | @property (nonatomic,assign) id constructorDelegate;
46 |
47 |
48 |
49 | @end
50 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/Headers/CMRandom.h:
--------------------------------------------------------------------------------
1 |
2 | #import
3 |
4 | ///#begin zh-cn
5 | /**
6 | * @brief 随机类
7 | */
8 | ///#end
9 | ///#begin en
10 | /**
11 | * @brief Random
12 | */
13 | ///#end
14 | @interface CMRandom : NSObject
15 |
16 | ///#begin zh-cn
17 | /**
18 | * @brief 获取随机整型值
19 | *
20 | * @param maxValue 随机最大值
21 | *
22 | * @return 随机整数
23 | */
24 | ///#end
25 | ///#begin en
26 | /**
27 | * @brief Get random integer value.
28 | *
29 | * @param maxValue Max integer value.
30 | *
31 | * @return Random integer value.
32 | */
33 | ///#end
34 | - (NSInteger)getIntegerValue:(NSInteger)maxValue;
35 |
36 |
37 | @end
38 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/Headers/NSMutableURLRequest+Common.h:
--------------------------------------------------------------------------------
1 |
2 | #import
3 |
4 | @interface NSMutableURLRequest (Common)
5 |
6 | /**
7 | * @brief 设置提交形式为multipart
8 | *
9 | * @return boundary字符串
10 | */
11 | - (NSString *)multipartPost;
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/Headers/UIColor+Common.h:
--------------------------------------------------------------------------------
1 |
2 | #import
3 |
4 | @interface UIColor (Common)
5 |
6 | /**
7 | * @brief 获取颜色对象
8 | *
9 | * @param rgb RGB颜色值
10 | */
11 | + (UIColor *)colorWithRGB:(NSUInteger)rgb;
12 |
13 | /**
14 | * @brief 获取颜色对象
15 | *
16 | * @param argb ARGB颜色值
17 | *
18 | * @return 颜色对象
19 | */
20 | + (UIColor *)colorWithARGB:(NSUInteger)argb;
21 |
22 | /**
23 | * @brief 获取颜色对象
24 | *
25 | * @param string 颜色描述字符串,带“#”开头
26 | *
27 | * @return 颜色对象
28 | */
29 | + (UIColor *)cmColorWithString:(NSString *)string;
30 |
31 | @end
32 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/Headers/UINavigationBar+Common.h:
--------------------------------------------------------------------------------
1 |
2 | #import
3 |
4 | @interface UINavigationBar (Common)
5 |
6 | /**
7 | * @brief 设置导航栏背景
8 | *
9 | * @param image 背景图片
10 | */
11 | - (void)setBackgroundImage:(UIImage *)image;
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/Info.plist
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/en.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/AGCommon.framework/en.lproj/InfoPlist.strings
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/ActionSheetBG.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/ActionSheetBG.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/ActionSheetBG@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/ActionSheetBG@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/ActionSheetCancelButtonBG.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/ActionSheetCancelButtonBG.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/ActionSheetCancelButtonBG@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/ActionSheetCancelButtonBG@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-black-button-selected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-black-button-selected.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-black-button-selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-black-button-selected@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-black-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-black-button.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-black-button@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-black-button@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-gray-button-selected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-gray-button-selected.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-gray-button-selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-gray-button-selected@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-gray-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-gray-button.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-gray-button@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-gray-button@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-red-button-selected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-red-button-selected.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-red-button-selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-red-button-selected@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-red-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-red-button.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-red-button@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-red-button@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-sheet-panel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-sheet-panel.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-sheet-panel@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/ActionSheet/action-sheet-panel@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/CheckBoxSelectedSkin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/CheckBoxSelectedSkin.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/CheckBoxSelectedSkin@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/CheckBoxSelectedSkin@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/CheckBoxUpSkin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/CheckBoxUpSkin.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/CheckBoxUpSkin@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/CheckBoxUpSkin@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/CloseButton.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/CloseButton.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/CloseButton@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/CloseButton@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/NavigationBG.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/NavigationBG.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/NavigationBG@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/NavigationBG@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/PowerBy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/PowerBy.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/PowerBy@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/PowerBy@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/ToolbarBG.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/ToolbarBG.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/ToolbarBG@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/AuthView/ToolbarBG@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Common/AuthViewCloseButton.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Common/AuthViewCloseButton.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Common/AuthViewCloseButton@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Common/AuthViewCloseButton@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Common/NavigationButtonBG.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Common/NavigationButtonBG.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Common/NavigationButtonBG@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Common/NavigationButtonBG@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Common_Landscape/NavigationButtonBG.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Common_Landscape/NavigationButtonBG.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Common_Landscape/NavigationButtonBG@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Common_Landscape/NavigationButtonBG@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_1.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_10.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_10@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_10@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_10_s.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_10_s.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_10_s@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_10_s@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_11.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_11@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_11@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_11_s.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_11_s.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_11_s@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_11_s@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_12.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_12@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_12@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_13.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_13@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_13@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_14.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_14@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_14@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_15.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_15@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_15@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_16.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_16@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_16@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_17.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_17.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_17@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_17@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_18.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_18.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_18@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_18@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_19.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_19.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_19@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_19@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_1@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_1@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_1_s.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_1_s.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_1_s@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_1_s@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_2.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_20.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_20.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_20@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_20@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_21.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_21.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_21@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_21@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_22.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_22.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_22@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_22@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_23.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_23.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_23@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_23@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_24.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_24.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_24@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_24@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_25.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_25.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_25@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_25@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_26.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_26.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_26@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_26@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_27.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_27.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_27@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_27@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_28.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_28.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_28@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_28@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_28_s.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_28_s.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_28_s@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_28_s@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_2@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_2@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_2_s.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_2_s.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_2_s@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_2_s@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_30.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_30.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_30@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_30@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_34.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_34.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_34@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_34@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_35.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_35.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_35@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_35@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_36.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_36.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_36@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_36@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_37.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_37.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_37@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_37@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_38.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_38.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_38@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_38@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_39.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_39.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_39@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_39@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_41.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_41.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_41@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_41@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_42.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_42.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_42@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_42@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_43.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_43.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_43@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_43@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_44.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_44.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_44@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_44@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_45.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_45.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_45@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_45@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_5.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_5@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_5@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_5_s.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_5_s.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_5_s@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_5_s@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_6.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_6@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_6@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_6_s.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_6_s.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_6_s@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_6_s@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_7.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_7@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_7@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_7_s.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_7_s.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_7_s@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_7_s@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_8.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_8@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_8@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_8_s.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_8_s.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_8_s@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_8_s@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_9.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_9@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon/sns_icon_9@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_1.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_10.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_10@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_10@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_11.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_11@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_11@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_12.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_12@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_12@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_13.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_13@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_13@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_14.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_14@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_14@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_15.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_15@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_15@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_16.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_16@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_16@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_17.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_17.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_17@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_17@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_18.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_18.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_18@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_18@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_19.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_19.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_19@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_19@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_1@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_1@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_2.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_20.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_20.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_20@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_20@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_21.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_21.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_21@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_21@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_22.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_22.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_22@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_22@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_23.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_23.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_23@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_23@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_24.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_24.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_24@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_24@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_25.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_25.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_25@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_25@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_26.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_26.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_26@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_26@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_27.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_27.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_27@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_27@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_28.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_28.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_28@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_28@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_2@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_2@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_30.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_30.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_30@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_30@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_34.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_34.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_34@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_34@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_35.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_35.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_35@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_35@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_36.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_36.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_36@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_36@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_37.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_37.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_37@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_37@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_38.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_38.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_38@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_38@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_39.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_39.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_39@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_39@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_41.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_41.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_41@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_41@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_42.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_42.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_42@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_42@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_43.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_43.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_43@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_43@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_44.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_44.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_44@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_44@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_45.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_45.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_45@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_45@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_5.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_5@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_5@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_6.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_6@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_6@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_7.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_7@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_7@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_8.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_8@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_8@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_9.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_9@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/Resource.bundle/Icon_7/sns_icon_9@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/ShareSDKCoreService.framework/Headers/ISSCOpenApp.h:
--------------------------------------------------------------------------------
1 | ///#begin zh-cn
2 | //
3 | // Created by ShareSDK.cn on 13-1-14.
4 | // 官网地址:http://www.ShareSDK.cn
5 | // 技术支持邮箱:support@sharesdk.cn
6 | // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
7 | // 商务QQ:4006852216
8 | // Copyright (c) 2013年 ShareSDK.cn. All rights reserved.
9 | //
10 | ///#end
11 | ///#begin en
12 | //
13 | // Created by ShareSDK.cn on 13-1-14.
14 | // Website:http://www.ShareSDK.cn
15 | // Support E-mail:support@sharesdk.cn
16 | // WeChat ID:ShareSDK (If publish a new version, we will be push the updates content of version to you. If you have any questions about the ShareSDK, you can get in touch through the WeChat with us, we will respond within 24 hours)
17 | // Business QQ:4006852216
18 | // Copyright (c) 2013年 ShareSDK.cn. All rights reserved.
19 | //
20 | ///#end
21 |
22 | #import
23 |
24 | @protocol ISSCOpenApp
25 |
26 | @end
27 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/ShareSDKCoreService.framework/Headers/SSCKeyDef.h:
--------------------------------------------------------------------------------
1 | //
2 | // Created by ShareSDK.cn on 13-1-14.
3 | // 官网地址:http://www.ShareSDK.cn
4 | // 技术支持邮箱:support@sharesdk.cn
5 | // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
6 | // 商务QQ:4006852216
7 | // Copyright (c) 2013年 ShareSDK.cn. All rights reserved.
8 | //
9 |
10 |
11 | #ifndef ShareSDKCoreService_SSCKeyDef_h
12 | #define ShareSDKCoreService_SSCKeyDef_h
13 |
14 | /**
15 | * @brief 帐号键,通过此键取得id对象
16 | */
17 | #define SSK_ACCOUNT @"sskAccount"
18 |
19 | /**
20 | * @brief 平台类型
21 | */
22 | #define SSK_PLAT @"sskPlat"
23 |
24 | /**
25 | * @brief 用户信息
26 | */
27 | #define SSK_USER_INFO @"sskUser"
28 |
29 | #endif
30 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/ShareSDKCoreService.framework/Headers/SSCNotificationDef.h:
--------------------------------------------------------------------------------
1 | //
2 | // Created by ShareSDK.cn on 13-1-14.
3 | // 官网地址:http://www.ShareSDK.cn
4 | // 技术支持邮箱:support@sharesdk.cn
5 | // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
6 | // 商务QQ:4006852216
7 | // Copyright (c) 2013年 ShareSDK.cn. All rights reserved.
8 | //
9 |
10 | #ifndef ShareSDKCoreService_SSCNotificationDef_h
11 | #define ShareSDKCoreService_SSCNotificationDef_h
12 |
13 | /**
14 | * @brief 注册应用成功
15 | */
16 | #define SSN_REG_APP_SUC @"ssnRegAppSuc"
17 |
18 | /**
19 | * @brief 注册应用失败
20 | */
21 | #define SSN_REG_APP_FAI @"ssnRegAppFai"
22 |
23 | /**
24 | * @brief 用户授权
25 | */
26 | #define SSN_USER_AUTH @"ssnUserAuth"
27 |
28 | /**
29 | * @brief 用户信息更新
30 | */
31 | #define SSN_USER_INFO_UPDATE @"ssnUserInfoUpdate"
32 |
33 | #endif
34 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/ShareSDKCoreService.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/ShareSDKCoreService.framework/Info.plist
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/ShareSDKCoreService.framework/ShareSDKCoreService:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/ShareSDKCoreService.framework/ShareSDKCoreService
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Core/ShareSDKCoreService.framework/en.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Core/ShareSDKCoreService.framework/en.lproj/InfoPlist.strings
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/QQConnectSDK/TencentOpenAPI.framework/TencentOpenAPI:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/QQConnectSDK/TencentOpenAPI.framework/TencentOpenAPI
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/QQConnectSDK/TencentOpenApi_IOS_Bundle.bundle/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/QQConnectSDK/TencentOpenApi_IOS_Bundle.bundle/Info.plist
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/QQConnectSDK/TencentOpenApi_IOS_Bundle.bundle/error.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/QQConnectSDK/TencentOpenApi_IOS_Bundle.bundle/error.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/QQConnectSDK/TencentOpenApi_IOS_Bundle.bundle/qqicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/QQConnectSDK/TencentOpenApi_IOS_Bundle.bundle/qqicon.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/QQConnectSDK/TencentOpenApi_IOS_Bundle.bundle/success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/QQConnectSDK/TencentOpenApi_IOS_Bundle.bundle/success.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/close.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/close@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/close@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/common_button_white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/common_button_white.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/common_button_white@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/common_button_white@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/common_button_white_highlighted.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/common_button_white_highlighted.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/common_button_white_highlighted@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/common_button_white_highlighted@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/compose_keyboardbutton_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/compose_keyboardbutton_background.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/compose_keyboardbutton_background@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/compose_keyboardbutton_background@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/compose_toolbar_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/compose_toolbar_background.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/compose_toolbar_background@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/compose_toolbar_background@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/empty_failed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/empty_failed.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/empty_failed@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/empty_failed@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/navigationbar_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/navigationbar_background.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/navigationbar_background@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/navigationbar_background@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/navigationbar_background_os7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/navigationbar_background_os7.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/navigationbar_background_os7@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/navigationbar_background_os7@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/sdk_weibo_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/sdk_weibo_logo.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/sdk_weibo_logo@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/sdk_weibo_logo@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/sdk_weibo_logo@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/sdk_weibo_logo@3x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/timeline_relationship_icon_addattention.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/timeline_relationship_icon_addattention.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/timeline_relationship_icon_addattention@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/timeline_relationship_icon_addattention@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/timeline_relationship_icon_addattention@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/timeline_relationship_icon_addattention@3x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/timeline_relationship_icon_attention.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/timeline_relationship_icon_attention.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/timeline_relationship_icon_attention@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/timeline_relationship_icon_attention@2x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/timeline_relationship_icon_attention@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/images/timeline_relationship_icon_attention@3x.png
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/others/mfp.cer:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/WeiboSDK.bundle/others/mfp.cer
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/libWeiboSDK.a:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/SinaWeiboSDK/libWeiboSDK.a
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/Extend/WeChatSDK/libWeChatSDK.a:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/Extend/WeChatSDK/libWeChatSDK.a
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/ShareSDK.framework/Headers/SSLogDef.h:
--------------------------------------------------------------------------------
1 | //
2 | // SSLog.h
3 | // ShareSDK
4 | //
5 | // Created by 冯 鸿杰 on 13-11-26.
6 | // Copyright (c) 2013年 掌淘科技. All rights reserved.
7 | //
8 |
9 | #ifndef ShareSDK_SSLogDef_h
10 | #define ShareSDK_SSLogDef_h
11 |
12 | #ifdef DEBUG
13 | #define SS_DEBUG(...) NSLog(__VA_ARGS__)
14 | #define SS_INFO(msg) NSLog(@"#info:%@", msg)
15 | #define SS_WARNING(msg) NSLog(@"#warning:%@", msg)
16 | #define SS_ERROR(msg) NSLog(@"#error:%@", msg)
17 | #else
18 | #define SS_DEBUG(...) {}
19 | #define SS_INFO(msg) NSLog(@"#info:%@", msg)
20 | #define SS_WARNING(msg) NSLog(@"#warning:%@", msg)
21 | #define SS_ERROR(msg) NSLog(@"#error:%@", msg)
22 | #endif
23 |
24 | #endif
25 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/ShareSDK.framework/Headers/ShareSDKPlugin.h:
--------------------------------------------------------------------------------
1 | ///#begin zh-cn
2 | //
3 | // Created by ShareSDK.cn on 13-1-14.
4 | // 官网地址:http://www.ShareSDK.cn
5 | // 技术支持邮箱:support@sharesdk.cn
6 | // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
7 | // 商务QQ:4006852216
8 | // Copyright (c) 2013年 ShareSDK.cn. All rights reserved.
9 | //
10 | ///#end
11 | ///#begin en
12 | //
13 | // Created by ShareSDK.cn on 13-1-14.
14 | // Website:http://www.ShareSDK.cn
15 | // Support E-mail:support@sharesdk.cn
16 | // WeChat ID:ShareSDK (If publish a new version, we will be push the updates content of version to you. If you have any questions about the ShareSDK, you can get in touch through the WeChat with us, we will respond within 24 hours)
17 | // Business QQ:4006852216
18 | // Copyright (c) 2013年 ShareSDK.cn. All rights reserved.
19 | //
20 | ///#end
21 |
22 | #import "ISSPlatform.h"
23 | #import "ISSPlatformApp.h"
24 | #import "ISSPlatformUser.h"
25 | #import "ISSPlatformCredential.h"
26 | #import "ISSPlatformShareContentEntity.h"
27 | #import "ISSPlatformShareInfo.h"
28 | #import "ISSPlatformAuthSession.h"
29 |
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/ShareSDK.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/ShareSDK.framework/Info.plist
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/ShareSDK.framework/ShareSDK:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/ShareSDK.framework/ShareSDK
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/ShareSDK.framework/en.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/ShareSDK.framework/en.lproj/InfoPlist.strings
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/UI/ShareSDKFlatShareViewUI.bundle/en.lproj/ShareSDKFlatShareViewUI.strings:
--------------------------------------------------------------------------------
1 |
2 | /*
3 | ShareSDKFlatShareViewUI.strings
4 | ShareSDKFlatShareViewUI
5 |
6 | Created by 冯 鸿杰 on 14-2-8.
7 | Copyright (c) 2014年 掌淘网络. All rights reserved.
8 | */
9 |
10 | "SHARE_VIEW_TITLE" = "Share";
11 | "CANCEL_BUTTON" = "Cancel";
12 | "SEND_BUTTON" = "Publish";
13 | "TIPS_TITLE" = "Tips";
14 | "INPUT_CONTENT" = "Please input share content";
15 | "KNOW_BUTTON" = "I know";
16 | "SELECT_PLATFORM" = "Please select the target platform";
17 | "SHARE_TO" = "Share to";
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/UI/ShareSDKFlatShareViewUI.bundle/line.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/UI/ShareSDKFlatShareViewUI.bundle/line.gif
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/UI/ShareSDKFlatShareViewUI.bundle/line@2x.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/UI/ShareSDKFlatShareViewUI.bundle/line@2x.gif
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/UI/ShareSDKFlatShareViewUI.bundle/zh-Hans.lproj/ShareSDKFlatShareViewUI.strings:
--------------------------------------------------------------------------------
1 | /*
2 | ShareSDKFlatShareViewUI.strings
3 | ShareSDKFlatShareViewUI
4 |
5 | Created by 冯 鸿杰 on 14-2-8.
6 | Copyright (c) 2014年 掌淘网络. All rights reserved.
7 | */
8 |
9 | "SHARE_VIEW_TITLE" = "分 享";
10 | "CANCEL_BUTTON" = "取消";
11 | "SEND_BUTTON" = "发布";
12 | "TIPS_TITLE" = "提示";
13 | "INPUT_CONTENT" = "请输入分享内容";
14 | "KNOW_BUTTON" = "知道了";
15 | "SELECT_PLATFORM" = "请选择分享的目标平台";
16 | "SHARE_TO" = "分享到";
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/UI/ShareSDKFlatShareViewUI.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/UI/ShareSDKFlatShareViewUI.framework/Info.plist
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/UI/ShareSDKFlatShareViewUI.framework/ShareSDKFlatShareViewUI:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/UI/ShareSDKFlatShareViewUI.framework/ShareSDKFlatShareViewUI
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/UI/ShareSDKFlatShareViewUI.framework/en.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/UI/ShareSDKFlatShareViewUI.framework/en.lproj/InfoPlist.strings
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/UI/ShareSDKShareActionSheet.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/UI/ShareSDKShareActionSheet.framework/Info.plist
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/UI/ShareSDKShareActionSheet.framework/ShareSDKShareActionSheet:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/UI/ShareSDKShareActionSheet.framework/ShareSDKShareActionSheet
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/ShareSDK/UI/ShareSDKShareActionSheet.framework/en.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashen-zhao/zhishiNews/0047e1f0dc4a189d21426e40d7596b83e579da1b/iCoderZhiShi/Vendors/ShareSDK/UI/ShareSDKShareActionSheet.framework/en.lproj/InfoPlist.strings
--------------------------------------------------------------------------------
/iCoderZhiShi/Vendors/fmdb/FMDB.h:
--------------------------------------------------------------------------------
1 | #import "FMDatabase.h"
2 | #import "FMResultSet.h"
3 | #import "FMDatabaseAdditions.h"
4 | #import "FMDatabaseQueue.h"
5 | #import "FMDatabasePool.h"
6 |
--------------------------------------------------------------------------------
/iCoderZhiShi/main.m:
--------------------------------------------------------------------------------
1 | //
2 | // main.m
3 | // iCoderZhiShi
4 | //
5 | // Created by lanouhn on 15/6/3.
6 | // Copyright (c) 2015年 赵阿申. 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 |
--------------------------------------------------------------------------------
/iCoderZhiShiTests/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | $(EXECUTABLE_NAME)
9 | CFBundleIdentifier
10 | com.lanou3g.ashen.$(PRODUCT_NAME:rfc1034identifier)
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | $(PRODUCT_NAME)
15 | CFBundlePackageType
16 | BNDL
17 | CFBundleShortVersionString
18 | 1.0
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | 1
23 |
24 |
25 |
--------------------------------------------------------------------------------
/iCoderZhiShiTests/iCoderZhiShiTests.m:
--------------------------------------------------------------------------------
1 | //
2 | // iCoderZhiShiTests.m
3 | // iCoderZhiShiTests
4 | //
5 | // Created by lanouhn on 15/6/3.
6 | // Copyright (c) 2015年 赵阿申. All rights reserved.
7 | //
8 |
9 | #import
10 | #import
11 |
12 | @interface iCoderZhiShiTests : XCTestCase
13 |
14 | @end
15 |
16 | @implementation iCoderZhiShiTests
17 |
18 | - (void)setUp {
19 | [super setUp];
20 | // Put setup code here. This method is called before the invocation of each test method in the class.
21 | }
22 |
23 | - (void)tearDown {
24 | // Put teardown code here. This method is called after the invocation of each test method in the class.
25 | [super tearDown];
26 | }
27 |
28 | - (void)testExample {
29 | // This is an example of a functional test case.
30 | XCTAssert(YES, @"Pass");
31 | }
32 |
33 | - (void)testPerformanceExample {
34 | // This is an example of a performance test case.
35 | [self measureBlock:^{
36 | // Put the code you want to measure the time of here.
37 | }];
38 | }
39 |
40 | @end
41 |
--------------------------------------------------------------------------------