gitextract_2wry1999/ ├── CharacterText/ │ ├── AppDelegate.swift │ ├── Base.lproj/ │ │ └── Main.storyboard │ ├── Classes/ │ │ ├── CharacterLabel/ │ │ │ ├── CharacterLabel.swift │ │ │ └── CharacterTextView.swift │ │ ├── Extensions/ │ │ │ └── CATextLayerExtensions.swift │ │ ├── Flickr/ │ │ │ ├── FlickrCollectionViewCell.swift │ │ │ └── FlickrPhoto.swift │ │ ├── Labels/ │ │ │ ├── FadingLabel.swift │ │ │ ├── FallingLabel.swift │ │ │ └── MotionLabel.swift │ │ ├── Utilities/ │ │ │ └── CLMLayerAnimation.swift │ │ └── ViewControllers/ │ │ └── ViewController.swift │ ├── Images.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ └── LaunchImage.launchimage/ │ │ └── Contents.json │ └── Info.plist ├── CharacterText-Bridging-Header.h ├── CharacterText.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ └── contents.xcworkspacedata │ └── xcuserdata/ │ └── andrewhulsizer.xcuserdatad/ │ └── xcschemes/ │ ├── CharacterText.xcscheme │ └── xcschememanagement.plist ├── CharacterText.xcworkspace/ │ └── contents.xcworkspacedata ├── CharacterTextTests/ │ ├── CharacterTextTests.swift │ └── Info.plist ├── Podfile ├── Pods/ │ ├── FlickrKit/ │ │ ├── Classes/ │ │ │ ├── DevedUpKit/ │ │ │ │ ├── FKDUBlocks.h │ │ │ │ ├── FKDUBlocks.m │ │ │ │ ├── FKDUConcurrentOperation.h │ │ │ │ ├── FKDUConcurrentOperation.m │ │ │ │ ├── FKDUDefaultDiskCache.h │ │ │ │ ├── FKDUDefaultDiskCache.m │ │ │ │ ├── FKDUDiskCache.h │ │ │ │ ├── FKDUNetworkController.h │ │ │ │ ├── FKDUNetworkController.m │ │ │ │ ├── FKDUNetworkOperation.h │ │ │ │ ├── FKDUNetworkOperation.m │ │ │ │ ├── FKDUStreamUtil.h │ │ │ │ └── FKDUStreamUtil.m │ │ │ ├── FlickrKit/ │ │ │ │ ├── FKDataTypes.h │ │ │ │ ├── FKDataTypes.m │ │ │ │ └── FlickrKit.m │ │ │ ├── FlickrKit.h │ │ │ ├── Model/ │ │ │ │ ├── FKAPIMethods.h │ │ │ │ ├── FKFlickrAPIMethod.h │ │ │ │ └── Generated/ │ │ │ │ ├── Activity/ │ │ │ │ │ ├── FKFlickrActivityUserComments.h │ │ │ │ │ ├── FKFlickrActivityUserComments.m │ │ │ │ │ ├── FKFlickrActivityUserPhotos.h │ │ │ │ │ └── FKFlickrActivityUserPhotos.m │ │ │ │ ├── Auth/ │ │ │ │ │ ├── FKFlickrAuthCheckToken.h │ │ │ │ │ ├── FKFlickrAuthCheckToken.m │ │ │ │ │ ├── FKFlickrAuthGetFrob.h │ │ │ │ │ ├── FKFlickrAuthGetFrob.m │ │ │ │ │ ├── FKFlickrAuthGetFullToken.h │ │ │ │ │ ├── FKFlickrAuthGetFullToken.m │ │ │ │ │ ├── FKFlickrAuthGetToken.h │ │ │ │ │ ├── FKFlickrAuthGetToken.m │ │ │ │ │ └── Oauth/ │ │ │ │ │ ├── FKFlickrAuthOauthCheckToken.h │ │ │ │ │ ├── FKFlickrAuthOauthCheckToken.m │ │ │ │ │ ├── FKFlickrAuthOauthGetAccessToken.h │ │ │ │ │ └── FKFlickrAuthOauthGetAccessToken.m │ │ │ │ ├── Blogs/ │ │ │ │ │ ├── FKFlickrBlogsGetList.h │ │ │ │ │ ├── FKFlickrBlogsGetList.m │ │ │ │ │ ├── FKFlickrBlogsGetServices.h │ │ │ │ │ ├── FKFlickrBlogsGetServices.m │ │ │ │ │ ├── FKFlickrBlogsPostPhoto.h │ │ │ │ │ └── FKFlickrBlogsPostPhoto.m │ │ │ │ ├── Cameras/ │ │ │ │ │ ├── FKFlickrCamerasGetBrandModels.h │ │ │ │ │ ├── FKFlickrCamerasGetBrandModels.m │ │ │ │ │ ├── FKFlickrCamerasGetBrands.h │ │ │ │ │ └── FKFlickrCamerasGetBrands.m │ │ │ │ ├── Collections/ │ │ │ │ │ ├── FKFlickrCollectionsGetInfo.h │ │ │ │ │ ├── FKFlickrCollectionsGetInfo.m │ │ │ │ │ ├── FKFlickrCollectionsGetTree.h │ │ │ │ │ └── FKFlickrCollectionsGetTree.m │ │ │ │ ├── Commons/ │ │ │ │ │ ├── FKFlickrCommonsGetInstitutions.h │ │ │ │ │ └── FKFlickrCommonsGetInstitutions.m │ │ │ │ ├── Contacts/ │ │ │ │ │ ├── FKFlickrContactsGetList.h │ │ │ │ │ ├── FKFlickrContactsGetList.m │ │ │ │ │ ├── FKFlickrContactsGetListRecentlyUploaded.h │ │ │ │ │ ├── FKFlickrContactsGetListRecentlyUploaded.m │ │ │ │ │ ├── FKFlickrContactsGetPublicList.h │ │ │ │ │ ├── FKFlickrContactsGetPublicList.m │ │ │ │ │ ├── FKFlickrContactsGetTaggingSuggestions.h │ │ │ │ │ └── FKFlickrContactsGetTaggingSuggestions.m │ │ │ │ ├── Favorites/ │ │ │ │ │ ├── FKFlickrFavoritesAdd.h │ │ │ │ │ ├── FKFlickrFavoritesAdd.m │ │ │ │ │ ├── FKFlickrFavoritesGetContext.h │ │ │ │ │ ├── FKFlickrFavoritesGetContext.m │ │ │ │ │ ├── FKFlickrFavoritesGetList.h │ │ │ │ │ ├── FKFlickrFavoritesGetList.m │ │ │ │ │ ├── FKFlickrFavoritesGetPublicList.h │ │ │ │ │ ├── FKFlickrFavoritesGetPublicList.m │ │ │ │ │ ├── FKFlickrFavoritesRemove.h │ │ │ │ │ └── FKFlickrFavoritesRemove.m │ │ │ │ ├── Galleries/ │ │ │ │ │ ├── FKFlickrGalleriesAddPhoto.h │ │ │ │ │ ├── FKFlickrGalleriesAddPhoto.m │ │ │ │ │ ├── FKFlickrGalleriesCreate.h │ │ │ │ │ ├── FKFlickrGalleriesCreate.m │ │ │ │ │ ├── FKFlickrGalleriesEditMeta.h │ │ │ │ │ ├── FKFlickrGalleriesEditMeta.m │ │ │ │ │ ├── FKFlickrGalleriesEditPhoto.h │ │ │ │ │ ├── FKFlickrGalleriesEditPhoto.m │ │ │ │ │ ├── FKFlickrGalleriesEditPhotos.h │ │ │ │ │ ├── FKFlickrGalleriesEditPhotos.m │ │ │ │ │ ├── FKFlickrGalleriesGetInfo.h │ │ │ │ │ ├── FKFlickrGalleriesGetInfo.m │ │ │ │ │ ├── FKFlickrGalleriesGetList.h │ │ │ │ │ ├── FKFlickrGalleriesGetList.m │ │ │ │ │ ├── FKFlickrGalleriesGetListForPhoto.h │ │ │ │ │ ├── FKFlickrGalleriesGetListForPhoto.m │ │ │ │ │ ├── FKFlickrGalleriesGetPhotos.h │ │ │ │ │ └── FKFlickrGalleriesGetPhotos.m │ │ │ │ ├── Groups/ │ │ │ │ │ ├── Discuss/ │ │ │ │ │ │ ├── Replies/ │ │ │ │ │ │ │ ├── FKFlickrGroupsDiscussRepliesAdd.h │ │ │ │ │ │ │ ├── FKFlickrGroupsDiscussRepliesAdd.m │ │ │ │ │ │ │ ├── FKFlickrGroupsDiscussRepliesDelete.h │ │ │ │ │ │ │ ├── FKFlickrGroupsDiscussRepliesDelete.m │ │ │ │ │ │ │ ├── FKFlickrGroupsDiscussRepliesEdit.h │ │ │ │ │ │ │ ├── FKFlickrGroupsDiscussRepliesEdit.m │ │ │ │ │ │ │ ├── FKFlickrGroupsDiscussRepliesGetInfo.h │ │ │ │ │ │ │ ├── FKFlickrGroupsDiscussRepliesGetInfo.m │ │ │ │ │ │ │ ├── FKFlickrGroupsDiscussRepliesGetList.h │ │ │ │ │ │ │ └── FKFlickrGroupsDiscussRepliesGetList.m │ │ │ │ │ │ └── Topics/ │ │ │ │ │ │ ├── FKFlickrGroupsDiscussTopicsAdd.h │ │ │ │ │ │ ├── FKFlickrGroupsDiscussTopicsAdd.m │ │ │ │ │ │ ├── FKFlickrGroupsDiscussTopicsGetInfo.h │ │ │ │ │ │ ├── FKFlickrGroupsDiscussTopicsGetInfo.m │ │ │ │ │ │ ├── FKFlickrGroupsDiscussTopicsGetList.h │ │ │ │ │ │ └── FKFlickrGroupsDiscussTopicsGetList.m │ │ │ │ │ ├── FKFlickrGroupsBrowse.h │ │ │ │ │ ├── FKFlickrGroupsBrowse.m │ │ │ │ │ ├── FKFlickrGroupsGetInfo.h │ │ │ │ │ ├── FKFlickrGroupsGetInfo.m │ │ │ │ │ ├── FKFlickrGroupsJoin.h │ │ │ │ │ ├── FKFlickrGroupsJoin.m │ │ │ │ │ ├── FKFlickrGroupsJoinRequest.h │ │ │ │ │ ├── FKFlickrGroupsJoinRequest.m │ │ │ │ │ ├── FKFlickrGroupsLeave.h │ │ │ │ │ ├── FKFlickrGroupsLeave.m │ │ │ │ │ ├── FKFlickrGroupsSearch.h │ │ │ │ │ ├── FKFlickrGroupsSearch.m │ │ │ │ │ ├── Members/ │ │ │ │ │ │ ├── FKFlickrGroupsMembersGetList.h │ │ │ │ │ │ └── FKFlickrGroupsMembersGetList.m │ │ │ │ │ └── Pools/ │ │ │ │ │ ├── FKFlickrGroupsPoolsAdd.h │ │ │ │ │ ├── FKFlickrGroupsPoolsAdd.m │ │ │ │ │ ├── FKFlickrGroupsPoolsGetContext.h │ │ │ │ │ ├── FKFlickrGroupsPoolsGetContext.m │ │ │ │ │ ├── FKFlickrGroupsPoolsGetGroups.h │ │ │ │ │ ├── FKFlickrGroupsPoolsGetGroups.m │ │ │ │ │ ├── FKFlickrGroupsPoolsGetPhotos.h │ │ │ │ │ ├── FKFlickrGroupsPoolsGetPhotos.m │ │ │ │ │ ├── FKFlickrGroupsPoolsRemove.h │ │ │ │ │ └── FKFlickrGroupsPoolsRemove.m │ │ │ │ ├── Interestingness/ │ │ │ │ │ ├── FKFlickrInterestingnessGetList.h │ │ │ │ │ └── FKFlickrInterestingnessGetList.m │ │ │ │ ├── Machinetags/ │ │ │ │ │ ├── FKFlickrMachinetagsGetNamespaces.h │ │ │ │ │ ├── FKFlickrMachinetagsGetNamespaces.m │ │ │ │ │ ├── FKFlickrMachinetagsGetPairs.h │ │ │ │ │ ├── FKFlickrMachinetagsGetPairs.m │ │ │ │ │ ├── FKFlickrMachinetagsGetPredicates.h │ │ │ │ │ ├── FKFlickrMachinetagsGetPredicates.m │ │ │ │ │ ├── FKFlickrMachinetagsGetRecentValues.h │ │ │ │ │ ├── FKFlickrMachinetagsGetRecentValues.m │ │ │ │ │ ├── FKFlickrMachinetagsGetValues.h │ │ │ │ │ └── FKFlickrMachinetagsGetValues.m │ │ │ │ ├── Panda/ │ │ │ │ │ ├── FKFlickrPandaGetList.h │ │ │ │ │ ├── FKFlickrPandaGetList.m │ │ │ │ │ ├── FKFlickrPandaGetPhotos.h │ │ │ │ │ └── FKFlickrPandaGetPhotos.m │ │ │ │ ├── People/ │ │ │ │ │ ├── FKFlickrPeopleFindByEmail.h │ │ │ │ │ ├── FKFlickrPeopleFindByEmail.m │ │ │ │ │ ├── FKFlickrPeopleFindByUsername.h │ │ │ │ │ ├── FKFlickrPeopleFindByUsername.m │ │ │ │ │ ├── FKFlickrPeopleGetGroups.h │ │ │ │ │ ├── FKFlickrPeopleGetGroups.m │ │ │ │ │ ├── FKFlickrPeopleGetInfo.h │ │ │ │ │ ├── FKFlickrPeopleGetInfo.m │ │ │ │ │ ├── FKFlickrPeopleGetLimits.h │ │ │ │ │ ├── FKFlickrPeopleGetLimits.m │ │ │ │ │ ├── FKFlickrPeopleGetPhotos.h │ │ │ │ │ ├── FKFlickrPeopleGetPhotos.m │ │ │ │ │ ├── FKFlickrPeopleGetPhotosOf.h │ │ │ │ │ ├── FKFlickrPeopleGetPhotosOf.m │ │ │ │ │ ├── FKFlickrPeopleGetPublicGroups.h │ │ │ │ │ ├── FKFlickrPeopleGetPublicGroups.m │ │ │ │ │ ├── FKFlickrPeopleGetPublicPhotos.h │ │ │ │ │ ├── FKFlickrPeopleGetPublicPhotos.m │ │ │ │ │ ├── FKFlickrPeopleGetUploadStatus.h │ │ │ │ │ └── FKFlickrPeopleGetUploadStatus.m │ │ │ │ ├── Photos/ │ │ │ │ │ ├── Comments/ │ │ │ │ │ │ ├── FKFlickrPhotosCommentsAddComment.h │ │ │ │ │ │ ├── FKFlickrPhotosCommentsAddComment.m │ │ │ │ │ │ ├── FKFlickrPhotosCommentsDeleteComment.h │ │ │ │ │ │ ├── FKFlickrPhotosCommentsDeleteComment.m │ │ │ │ │ │ ├── FKFlickrPhotosCommentsEditComment.h │ │ │ │ │ │ ├── FKFlickrPhotosCommentsEditComment.m │ │ │ │ │ │ ├── FKFlickrPhotosCommentsGetList.h │ │ │ │ │ │ ├── FKFlickrPhotosCommentsGetList.m │ │ │ │ │ │ ├── FKFlickrPhotosCommentsGetRecentForContacts.h │ │ │ │ │ │ └── FKFlickrPhotosCommentsGetRecentForContacts.m │ │ │ │ │ ├── FKFlickrPhotosAddTags.h │ │ │ │ │ ├── FKFlickrPhotosAddTags.m │ │ │ │ │ ├── FKFlickrPhotosDelete.h │ │ │ │ │ ├── FKFlickrPhotosDelete.m │ │ │ │ │ ├── FKFlickrPhotosGetAllContexts.h │ │ │ │ │ ├── FKFlickrPhotosGetAllContexts.m │ │ │ │ │ ├── FKFlickrPhotosGetContactsPhotos.h │ │ │ │ │ ├── FKFlickrPhotosGetContactsPhotos.m │ │ │ │ │ ├── FKFlickrPhotosGetContactsPublicPhotos.h │ │ │ │ │ ├── FKFlickrPhotosGetContactsPublicPhotos.m │ │ │ │ │ ├── FKFlickrPhotosGetContext.h │ │ │ │ │ ├── FKFlickrPhotosGetContext.m │ │ │ │ │ ├── FKFlickrPhotosGetCounts.h │ │ │ │ │ ├── FKFlickrPhotosGetCounts.m │ │ │ │ │ ├── FKFlickrPhotosGetExif.h │ │ │ │ │ ├── FKFlickrPhotosGetExif.m │ │ │ │ │ ├── FKFlickrPhotosGetFavorites.h │ │ │ │ │ ├── FKFlickrPhotosGetFavorites.m │ │ │ │ │ ├── FKFlickrPhotosGetInfo.h │ │ │ │ │ ├── FKFlickrPhotosGetInfo.m │ │ │ │ │ ├── FKFlickrPhotosGetNotInSet.h │ │ │ │ │ ├── FKFlickrPhotosGetNotInSet.m │ │ │ │ │ ├── FKFlickrPhotosGetPerms.h │ │ │ │ │ ├── FKFlickrPhotosGetPerms.m │ │ │ │ │ ├── FKFlickrPhotosGetRecent.h │ │ │ │ │ ├── FKFlickrPhotosGetRecent.m │ │ │ │ │ ├── FKFlickrPhotosGetSizes.h │ │ │ │ │ ├── FKFlickrPhotosGetSizes.m │ │ │ │ │ ├── FKFlickrPhotosGetUntagged.h │ │ │ │ │ ├── FKFlickrPhotosGetUntagged.m │ │ │ │ │ ├── FKFlickrPhotosGetWithGeoData.h │ │ │ │ │ ├── FKFlickrPhotosGetWithGeoData.m │ │ │ │ │ ├── FKFlickrPhotosGetWithoutGeoData.h │ │ │ │ │ ├── FKFlickrPhotosGetWithoutGeoData.m │ │ │ │ │ ├── FKFlickrPhotosRecentlyUpdated.h │ │ │ │ │ ├── FKFlickrPhotosRecentlyUpdated.m │ │ │ │ │ ├── FKFlickrPhotosRemoveTag.h │ │ │ │ │ ├── FKFlickrPhotosRemoveTag.m │ │ │ │ │ ├── FKFlickrPhotosSearch.h │ │ │ │ │ ├── FKFlickrPhotosSearch.m │ │ │ │ │ ├── FKFlickrPhotosSetContentType.h │ │ │ │ │ ├── FKFlickrPhotosSetContentType.m │ │ │ │ │ ├── FKFlickrPhotosSetDates.h │ │ │ │ │ ├── FKFlickrPhotosSetDates.m │ │ │ │ │ ├── FKFlickrPhotosSetMeta.h │ │ │ │ │ ├── FKFlickrPhotosSetMeta.m │ │ │ │ │ ├── FKFlickrPhotosSetPerms.h │ │ │ │ │ ├── FKFlickrPhotosSetPerms.m │ │ │ │ │ ├── FKFlickrPhotosSetSafetyLevel.h │ │ │ │ │ ├── FKFlickrPhotosSetSafetyLevel.m │ │ │ │ │ ├── FKFlickrPhotosSetTags.h │ │ │ │ │ ├── FKFlickrPhotosSetTags.m │ │ │ │ │ ├── Geo/ │ │ │ │ │ │ ├── FKFlickrPhotosGeoBatchCorrectLocation.h │ │ │ │ │ │ ├── FKFlickrPhotosGeoBatchCorrectLocation.m │ │ │ │ │ │ ├── FKFlickrPhotosGeoCorrectLocation.h │ │ │ │ │ │ ├── FKFlickrPhotosGeoCorrectLocation.m │ │ │ │ │ │ ├── FKFlickrPhotosGeoGetLocation.h │ │ │ │ │ │ ├── FKFlickrPhotosGeoGetLocation.m │ │ │ │ │ │ ├── FKFlickrPhotosGeoGetPerms.h │ │ │ │ │ │ ├── FKFlickrPhotosGeoGetPerms.m │ │ │ │ │ │ ├── FKFlickrPhotosGeoPhotosForLocation.h │ │ │ │ │ │ ├── FKFlickrPhotosGeoPhotosForLocation.m │ │ │ │ │ │ ├── FKFlickrPhotosGeoRemoveLocation.h │ │ │ │ │ │ ├── FKFlickrPhotosGeoRemoveLocation.m │ │ │ │ │ │ ├── FKFlickrPhotosGeoSetContext.h │ │ │ │ │ │ ├── FKFlickrPhotosGeoSetContext.m │ │ │ │ │ │ ├── FKFlickrPhotosGeoSetLocation.h │ │ │ │ │ │ ├── FKFlickrPhotosGeoSetLocation.m │ │ │ │ │ │ ├── FKFlickrPhotosGeoSetPerms.h │ │ │ │ │ │ └── FKFlickrPhotosGeoSetPerms.m │ │ │ │ │ ├── Licenses/ │ │ │ │ │ │ ├── FKFlickrPhotosLicensesGetInfo.h │ │ │ │ │ │ ├── FKFlickrPhotosLicensesGetInfo.m │ │ │ │ │ │ ├── FKFlickrPhotosLicensesSetLicense.h │ │ │ │ │ │ └── FKFlickrPhotosLicensesSetLicense.m │ │ │ │ │ ├── Notes/ │ │ │ │ │ │ ├── FKFlickrPhotosNotesAdd.h │ │ │ │ │ │ ├── FKFlickrPhotosNotesAdd.m │ │ │ │ │ │ ├── FKFlickrPhotosNotesDelete.h │ │ │ │ │ │ ├── FKFlickrPhotosNotesDelete.m │ │ │ │ │ │ ├── FKFlickrPhotosNotesEdit.h │ │ │ │ │ │ └── FKFlickrPhotosNotesEdit.m │ │ │ │ │ ├── People/ │ │ │ │ │ │ ├── FKFlickrPhotosPeopleAdd.h │ │ │ │ │ │ ├── FKFlickrPhotosPeopleAdd.m │ │ │ │ │ │ ├── FKFlickrPhotosPeopleDelete.h │ │ │ │ │ │ ├── FKFlickrPhotosPeopleDelete.m │ │ │ │ │ │ ├── FKFlickrPhotosPeopleDeleteCoords.h │ │ │ │ │ │ ├── FKFlickrPhotosPeopleDeleteCoords.m │ │ │ │ │ │ ├── FKFlickrPhotosPeopleEditCoords.h │ │ │ │ │ │ ├── FKFlickrPhotosPeopleEditCoords.m │ │ │ │ │ │ ├── FKFlickrPhotosPeopleGetList.h │ │ │ │ │ │ └── FKFlickrPhotosPeopleGetList.m │ │ │ │ │ ├── Suggestions/ │ │ │ │ │ │ ├── FKFlickrPhotosSuggestionsApproveSuggestion.h │ │ │ │ │ │ ├── FKFlickrPhotosSuggestionsApproveSuggestion.m │ │ │ │ │ │ ├── FKFlickrPhotosSuggestionsGetList.h │ │ │ │ │ │ ├── FKFlickrPhotosSuggestionsGetList.m │ │ │ │ │ │ ├── FKFlickrPhotosSuggestionsRejectSuggestion.h │ │ │ │ │ │ ├── FKFlickrPhotosSuggestionsRejectSuggestion.m │ │ │ │ │ │ ├── FKFlickrPhotosSuggestionsRemoveSuggestion.h │ │ │ │ │ │ ├── FKFlickrPhotosSuggestionsRemoveSuggestion.m │ │ │ │ │ │ ├── FKFlickrPhotosSuggestionsSuggestLocation.h │ │ │ │ │ │ └── FKFlickrPhotosSuggestionsSuggestLocation.m │ │ │ │ │ ├── Transform/ │ │ │ │ │ │ ├── FKFlickrPhotosTransformRotate.h │ │ │ │ │ │ └── FKFlickrPhotosTransformRotate.m │ │ │ │ │ └── Upload/ │ │ │ │ │ ├── FKFlickrPhotosUploadCheckTickets.h │ │ │ │ │ └── FKFlickrPhotosUploadCheckTickets.m │ │ │ │ ├── Photosets/ │ │ │ │ │ ├── Comments/ │ │ │ │ │ │ ├── FKFlickrPhotosetsCommentsAddComment.h │ │ │ │ │ │ ├── FKFlickrPhotosetsCommentsAddComment.m │ │ │ │ │ │ ├── FKFlickrPhotosetsCommentsDeleteComment.h │ │ │ │ │ │ ├── FKFlickrPhotosetsCommentsDeleteComment.m │ │ │ │ │ │ ├── FKFlickrPhotosetsCommentsEditComment.h │ │ │ │ │ │ ├── FKFlickrPhotosetsCommentsEditComment.m │ │ │ │ │ │ ├── FKFlickrPhotosetsCommentsGetList.h │ │ │ │ │ │ └── FKFlickrPhotosetsCommentsGetList.m │ │ │ │ │ ├── FKFlickrPhotosetsAddPhoto.h │ │ │ │ │ ├── FKFlickrPhotosetsAddPhoto.m │ │ │ │ │ ├── FKFlickrPhotosetsCreate.h │ │ │ │ │ ├── FKFlickrPhotosetsCreate.m │ │ │ │ │ ├── FKFlickrPhotosetsDelete.h │ │ │ │ │ ├── FKFlickrPhotosetsDelete.m │ │ │ │ │ ├── FKFlickrPhotosetsEditMeta.h │ │ │ │ │ ├── FKFlickrPhotosetsEditMeta.m │ │ │ │ │ ├── FKFlickrPhotosetsEditPhotos.h │ │ │ │ │ ├── FKFlickrPhotosetsEditPhotos.m │ │ │ │ │ ├── FKFlickrPhotosetsGetContext.h │ │ │ │ │ ├── FKFlickrPhotosetsGetContext.m │ │ │ │ │ ├── FKFlickrPhotosetsGetInfo.h │ │ │ │ │ ├── FKFlickrPhotosetsGetInfo.m │ │ │ │ │ ├── FKFlickrPhotosetsGetList.h │ │ │ │ │ ├── FKFlickrPhotosetsGetList.m │ │ │ │ │ ├── FKFlickrPhotosetsGetPhotos.h │ │ │ │ │ ├── FKFlickrPhotosetsGetPhotos.m │ │ │ │ │ ├── FKFlickrPhotosetsOrderSets.h │ │ │ │ │ ├── FKFlickrPhotosetsOrderSets.m │ │ │ │ │ ├── FKFlickrPhotosetsRemovePhoto.h │ │ │ │ │ ├── FKFlickrPhotosetsRemovePhoto.m │ │ │ │ │ ├── FKFlickrPhotosetsRemovePhotos.h │ │ │ │ │ ├── FKFlickrPhotosetsRemovePhotos.m │ │ │ │ │ ├── FKFlickrPhotosetsReorderPhotos.h │ │ │ │ │ ├── FKFlickrPhotosetsReorderPhotos.m │ │ │ │ │ ├── FKFlickrPhotosetsSetPrimaryPhoto.h │ │ │ │ │ └── FKFlickrPhotosetsSetPrimaryPhoto.m │ │ │ │ ├── Places/ │ │ │ │ │ ├── FKFlickrPlacesFind.h │ │ │ │ │ ├── FKFlickrPlacesFind.m │ │ │ │ │ ├── FKFlickrPlacesFindByLatLon.h │ │ │ │ │ ├── FKFlickrPlacesFindByLatLon.m │ │ │ │ │ ├── FKFlickrPlacesGetChildrenWithPhotosPublic.h │ │ │ │ │ ├── FKFlickrPlacesGetChildrenWithPhotosPublic.m │ │ │ │ │ ├── FKFlickrPlacesGetInfo.h │ │ │ │ │ ├── FKFlickrPlacesGetInfo.m │ │ │ │ │ ├── FKFlickrPlacesGetInfoByUrl.h │ │ │ │ │ ├── FKFlickrPlacesGetInfoByUrl.m │ │ │ │ │ ├── FKFlickrPlacesGetPlaceTypes.h │ │ │ │ │ ├── FKFlickrPlacesGetPlaceTypes.m │ │ │ │ │ ├── FKFlickrPlacesGetShapeHistory.h │ │ │ │ │ ├── FKFlickrPlacesGetShapeHistory.m │ │ │ │ │ ├── FKFlickrPlacesGetTopPlacesList.h │ │ │ │ │ ├── FKFlickrPlacesGetTopPlacesList.m │ │ │ │ │ ├── FKFlickrPlacesPlacesForBoundingBox.h │ │ │ │ │ ├── FKFlickrPlacesPlacesForBoundingBox.m │ │ │ │ │ ├── FKFlickrPlacesPlacesForContacts.h │ │ │ │ │ ├── FKFlickrPlacesPlacesForContacts.m │ │ │ │ │ ├── FKFlickrPlacesPlacesForTags.h │ │ │ │ │ ├── FKFlickrPlacesPlacesForTags.m │ │ │ │ │ ├── FKFlickrPlacesPlacesForUser.h │ │ │ │ │ ├── FKFlickrPlacesPlacesForUser.m │ │ │ │ │ ├── FKFlickrPlacesResolvePlaceId.h │ │ │ │ │ ├── FKFlickrPlacesResolvePlaceId.m │ │ │ │ │ ├── FKFlickrPlacesResolvePlaceURL.h │ │ │ │ │ ├── FKFlickrPlacesResolvePlaceURL.m │ │ │ │ │ ├── FKFlickrPlacesTagsForPlace.h │ │ │ │ │ └── FKFlickrPlacesTagsForPlace.m │ │ │ │ ├── Prefs/ │ │ │ │ │ ├── FKFlickrPrefsGetContentType.h │ │ │ │ │ ├── FKFlickrPrefsGetContentType.m │ │ │ │ │ ├── FKFlickrPrefsGetGeoPerms.h │ │ │ │ │ ├── FKFlickrPrefsGetGeoPerms.m │ │ │ │ │ ├── FKFlickrPrefsGetHidden.h │ │ │ │ │ ├── FKFlickrPrefsGetHidden.m │ │ │ │ │ ├── FKFlickrPrefsGetPrivacy.h │ │ │ │ │ ├── FKFlickrPrefsGetPrivacy.m │ │ │ │ │ ├── FKFlickrPrefsGetSafetyLevel.h │ │ │ │ │ └── FKFlickrPrefsGetSafetyLevel.m │ │ │ │ ├── Push/ │ │ │ │ │ ├── FKFlickrPushGetSubscriptions.h │ │ │ │ │ ├── FKFlickrPushGetSubscriptions.m │ │ │ │ │ ├── FKFlickrPushGetTopics.h │ │ │ │ │ ├── FKFlickrPushGetTopics.m │ │ │ │ │ ├── FKFlickrPushSubscribe.h │ │ │ │ │ ├── FKFlickrPushSubscribe.m │ │ │ │ │ ├── FKFlickrPushUnsubscribe.h │ │ │ │ │ └── FKFlickrPushUnsubscribe.m │ │ │ │ ├── Reflection/ │ │ │ │ │ ├── FKFlickrReflectionGetMethodInfo.h │ │ │ │ │ ├── FKFlickrReflectionGetMethodInfo.m │ │ │ │ │ ├── FKFlickrReflectionGetMethods.h │ │ │ │ │ └── FKFlickrReflectionGetMethods.m │ │ │ │ ├── Stats/ │ │ │ │ │ ├── FKFlickrStatsGetCSVFiles.h │ │ │ │ │ ├── FKFlickrStatsGetCSVFiles.m │ │ │ │ │ ├── FKFlickrStatsGetCollectionDomains.h │ │ │ │ │ ├── FKFlickrStatsGetCollectionDomains.m │ │ │ │ │ ├── FKFlickrStatsGetCollectionReferrers.h │ │ │ │ │ ├── FKFlickrStatsGetCollectionReferrers.m │ │ │ │ │ ├── FKFlickrStatsGetCollectionStats.h │ │ │ │ │ ├── FKFlickrStatsGetCollectionStats.m │ │ │ │ │ ├── FKFlickrStatsGetPhotoDomains.h │ │ │ │ │ ├── FKFlickrStatsGetPhotoDomains.m │ │ │ │ │ ├── FKFlickrStatsGetPhotoReferrers.h │ │ │ │ │ ├── FKFlickrStatsGetPhotoReferrers.m │ │ │ │ │ ├── FKFlickrStatsGetPhotoStats.h │ │ │ │ │ ├── FKFlickrStatsGetPhotoStats.m │ │ │ │ │ ├── FKFlickrStatsGetPhotosetDomains.h │ │ │ │ │ ├── FKFlickrStatsGetPhotosetDomains.m │ │ │ │ │ ├── FKFlickrStatsGetPhotosetReferrers.h │ │ │ │ │ ├── FKFlickrStatsGetPhotosetReferrers.m │ │ │ │ │ ├── FKFlickrStatsGetPhotosetStats.h │ │ │ │ │ ├── FKFlickrStatsGetPhotosetStats.m │ │ │ │ │ ├── FKFlickrStatsGetPhotostreamDomains.h │ │ │ │ │ ├── FKFlickrStatsGetPhotostreamDomains.m │ │ │ │ │ ├── FKFlickrStatsGetPhotostreamReferrers.h │ │ │ │ │ ├── FKFlickrStatsGetPhotostreamReferrers.m │ │ │ │ │ ├── FKFlickrStatsGetPhotostreamStats.h │ │ │ │ │ ├── FKFlickrStatsGetPhotostreamStats.m │ │ │ │ │ ├── FKFlickrStatsGetPopularPhotos.h │ │ │ │ │ ├── FKFlickrStatsGetPopularPhotos.m │ │ │ │ │ ├── FKFlickrStatsGetTotalViews.h │ │ │ │ │ └── FKFlickrStatsGetTotalViews.m │ │ │ │ ├── Tags/ │ │ │ │ │ ├── FKFlickrTagsGetClusterPhotos.h │ │ │ │ │ ├── FKFlickrTagsGetClusterPhotos.m │ │ │ │ │ ├── FKFlickrTagsGetClusters.h │ │ │ │ │ ├── FKFlickrTagsGetClusters.m │ │ │ │ │ ├── FKFlickrTagsGetHotList.h │ │ │ │ │ ├── FKFlickrTagsGetHotList.m │ │ │ │ │ ├── FKFlickrTagsGetListPhoto.h │ │ │ │ │ ├── FKFlickrTagsGetListPhoto.m │ │ │ │ │ ├── FKFlickrTagsGetListUser.h │ │ │ │ │ ├── FKFlickrTagsGetListUser.m │ │ │ │ │ ├── FKFlickrTagsGetListUserPopular.h │ │ │ │ │ ├── FKFlickrTagsGetListUserPopular.m │ │ │ │ │ ├── FKFlickrTagsGetListUserRaw.h │ │ │ │ │ ├── FKFlickrTagsGetListUserRaw.m │ │ │ │ │ ├── FKFlickrTagsGetMostFrequentlyUsed.h │ │ │ │ │ ├── FKFlickrTagsGetMostFrequentlyUsed.m │ │ │ │ │ ├── FKFlickrTagsGetRelated.h │ │ │ │ │ └── FKFlickrTagsGetRelated.m │ │ │ │ ├── Test/ │ │ │ │ │ ├── FKFlickrTestEcho.h │ │ │ │ │ ├── FKFlickrTestEcho.m │ │ │ │ │ ├── FKFlickrTestLogin.h │ │ │ │ │ ├── FKFlickrTestLogin.m │ │ │ │ │ ├── FKFlickrTestNull.h │ │ │ │ │ └── FKFlickrTestNull.m │ │ │ │ └── Urls/ │ │ │ │ ├── FKFlickrUrlsGetGroup.h │ │ │ │ ├── FKFlickrUrlsGetGroup.m │ │ │ │ ├── FKFlickrUrlsGetUserPhotos.h │ │ │ │ ├── FKFlickrUrlsGetUserPhotos.m │ │ │ │ ├── FKFlickrUrlsGetUserProfile.h │ │ │ │ ├── FKFlickrUrlsGetUserProfile.m │ │ │ │ ├── FKFlickrUrlsLookupGallery.h │ │ │ │ ├── FKFlickrUrlsLookupGallery.m │ │ │ │ ├── FKFlickrUrlsLookupGroup.h │ │ │ │ ├── FKFlickrUrlsLookupGroup.m │ │ │ │ ├── FKFlickrUrlsLookupUser.h │ │ │ │ └── FKFlickrUrlsLookupUser.m │ │ │ ├── Network/ │ │ │ │ ├── FKDUReachability.h │ │ │ │ ├── FKDUReachability.m │ │ │ │ ├── FKFlickrNetworkOperation.h │ │ │ │ ├── FKFlickrNetworkOperation.m │ │ │ │ ├── FKImageUploadNetworkOperation.h │ │ │ │ ├── FKImageUploadNetworkOperation.m │ │ │ │ ├── FKURLBuilder.h │ │ │ │ ├── FKURLBuilder.m │ │ │ │ ├── FKUploadRespone.h │ │ │ │ ├── FKUploadRespone.m │ │ │ │ └── Reachability/ │ │ │ │ ├── FKReachability.h │ │ │ │ └── FKReachability.m │ │ │ └── Utilities/ │ │ │ ├── FKOFHMACSha1Base64.h │ │ │ ├── FKOFHMACSha1Base64.m │ │ │ ├── FKUtilities.h │ │ │ └── FKUtilities.m │ │ ├── README.md │ │ └── Source Code License.rtf │ ├── Pods-FlickrKit-Private.xcconfig │ ├── Pods-FlickrKit-dummy.m │ ├── Pods-FlickrKit-prefix.pch │ ├── Pods-FlickrKit.xcconfig │ ├── Pods-SDWebImage-Private.xcconfig │ ├── Pods-SDWebImage-dummy.m │ ├── Pods-SDWebImage-prefix.pch │ ├── Pods-SDWebImage.xcconfig │ ├── Pods-acknowledgements.markdown │ ├── Pods-acknowledgements.plist │ ├── Pods-dummy.m │ ├── Pods-environment.h │ ├── Pods-resources.sh │ ├── Pods.xcconfig │ ├── Pods.xcodeproj/ │ │ ├── project.pbxproj │ │ └── xcuserdata/ │ │ └── andrewhulsizer.xcuserdatad/ │ │ └── xcschemes/ │ │ ├── Pods-FlickrKit.xcscheme │ │ ├── Pods-SDWebImage.xcscheme │ │ ├── Pods.xcscheme │ │ └── xcschememanagement.plist │ └── SDWebImage/ │ ├── LICENSE │ ├── README.md │ └── SDWebImage/ │ ├── NSData+ImageContentType.h │ ├── NSData+ImageContentType.m │ ├── SDImageCache.h │ ├── SDImageCache.m │ ├── SDWebImageCompat.h │ ├── SDWebImageCompat.m │ ├── SDWebImageDecoder.h │ ├── SDWebImageDecoder.m │ ├── SDWebImageDownloader.h │ ├── SDWebImageDownloader.m │ ├── SDWebImageDownloaderOperation.h │ ├── SDWebImageDownloaderOperation.m │ ├── SDWebImageManager.h │ ├── SDWebImageManager.m │ ├── SDWebImageOperation.h │ ├── SDWebImagePrefetcher.h │ ├── SDWebImagePrefetcher.m │ ├── UIButton+WebCache.h │ ├── UIButton+WebCache.m │ ├── UIImage+GIF.h │ ├── UIImage+GIF.m │ ├── UIImage+MultiFormat.h │ ├── UIImage+MultiFormat.m │ ├── UIImageView+WebCache.h │ └── UIImageView+WebCache.m └── README.md