PIAppleDeveloperPackage.h 371 B

12345678910111213141516
  1. /**
  2. * Name: libpackageinfo
  3. * Type: iOS library
  4. * Desc: iOS library for retrieving information regarding installed packages.
  5. *
  6. * Author: Lance Fetters (aka. ashikase)
  7. * License: LGPL v3 (See LICENSE file for details)
  8. */
  9. #import "PIApplePackage.h"
  10. @interface PIAppleDeveloperPackage : PIApplePackage
  11. @end
  12. /* vim: set ft=objc ff=unix sw=4 ts=4 tw=80 expandtab: */