VLCBugreporter.h 330 B

123456789101112131415161718
  1. //
  2. // VLCBugreporter.h
  3. // VLC for iOS
  4. //
  5. // Created by Felix Paul Kühne on 21.07.13.
  6. // Copyright (c) 2013 VideoLAN. All rights reserved.
  7. //
  8. // Refer to the COPYING file of the official project for license.
  9. //
  10. @interface VLCBugreporter : NSObject
  11. + (VLCBugreporter *)sharedInstance;
  12. - (void)handleBugreportRequest;
  13. @end