PLManagedAlbum.h 96 B

123456
  1. @interface PLManagedAlbum : NSObject
  2. @property (nonatomic, retain) NSOrderedSet *assets;
  3. @end