mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 22:46:14 +01:00
9 lines
153 B
C++
9 lines
153 B
C++
// Jackson Coxson
|
|
|
|
#ifndef IDEVICE_BINDINGS_H
|
|
#define IDEVICE_BINDINGS_H
|
|
extern "C" {
|
|
#include <idevice.h> // this file is generated by bindgen
|
|
}
|
|
#endif
|