rearrange source/header files for compatibility with CocoaPods Framework structure
This commit is contained in:
13
ios/include/material/imagematerial.h
Normal file
13
ios/include/material/imagematerial.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef IMAGEMATERIAL_H_
|
||||
#define IMAGEMATERIAL_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern "C" {
|
||||
extern const uint8_t IMAGEMATERIAL_PACKAGE[];
|
||||
extern int IMAGEMATERIAL_IMAGE_OFFSET;
|
||||
extern int IMAGEMATERIAL_IMAGE_SIZE;
|
||||
}
|
||||
#define IMAGEMATERIAL_IMAGE_DATA (IMAGEMATERIAL_PACKAGE + IMAGEMATERIAL_IMAGE_OFFSET)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user