OPPCDCart @interface OPPCDCart : NSObject @property (nonatomic, copy) NSArray<OPPCDItem *> *items; @end Undocumented items Undocumented Declaration Objective-C @property (nonatomic, copy) NSArray<OPPCDItem *> *items Swift var items: [OPPCDItem] { get set }