MBNNIMUUpdateCallback_Internal.h 262 B

12345678
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. @class MBNNMotionData;
  4. NS_SWIFT_NAME(IMUUpdateCallback)
  5. typedef void (^MBNNIMUUpdateCallback)(MBNNMotionData * _Nonnull result); // NOLINT(modernize-use-using)