// // Photo.h // PXSourceList // // Created by Alex Rozanski on 27/01/2014. // // #import /* A model class for illustration purposes that could be used for storing information about a photo. */ @interface Photo : NSObject @end