13 lines
289 B
Objective-C
13 lines
289 B
Objective-C
//
|
|
// MBIMImageUtils.h
|
|
// kordophoned
|
|
//
|
|
// Created by James Magahern on 12/20/22.
|
|
// Copyright © 2022 James Magahern. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <CoreGraphics/CoreGraphics.h>
|
|
|
|
extern NSData* MBIMCGImageJPEGRepresentation(CGImageRef imageRef);
|