ImagePickerTestImages.h 447 B

1234567891011121314151617
  1. // Copyright 2013 The Flutter Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. @import Foundation;
  5. NS_ASSUME_NONNULL_BEGIN
  6. @interface ImagePickerTestImages : NSObject
  7. @property(class, copy, readonly) NSData *JPGTestData;
  8. @property(class, copy, readonly) NSData *PNGTestData;
  9. @property(class, copy, readonly) NSData *GIFTestData;
  10. @end
  11. NS_ASSUME_NONNULL_END