Back to project page FlickrBrowser.
The source code is released under:
MIT License
If you think the Android project FlickrBrowser listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.flickrbrowser.util; // w w w. jav a2s .c om /** * Created by bif on 15/04/14. */ public class FlickrResponse { private FlickrPhotoArray photos; public FlickrPhotoArray getPhotos() { return photos; } }