This document provides a UML class diagram showing the relationships between classes in the StoreKit framework for making in-app purchases in iOS 6. The diagram shows that SKProductsRequest and SKProductsResponse are used to request product information from the App Store. SKPayment and SKPaymentTransaction represent purchase transactions, and SKPaymentQueue manages transactions and can restore purchases. SKStoreProductViewController displays product information to users.