Move AS_TEXT_ALERT_UNIMPLEMENTED_FEATURE into ASTextNodeCommon (#1191)

This commit is contained in:
Michael Schneider
2018-10-25 08:47:22 -07:00
committed by GitHub
parent 14681c00c4
commit 8382edd7ef
2 changed files with 7 additions and 7 deletions

View File

@@ -10,6 +10,13 @@
@class ASTextNode;
#define AS_TEXT_ALERT_UNIMPLEMENTED_FEATURE() { \
static dispatch_once_t onceToken; \
dispatch_once(&onceToken, ^{ \
NSLog(@"[Texture] Warning: Feature %@ is unimplemented in %@.", NSStringFromSelector(_cmd), NSStringFromClass(self.class)); \
});\
}
/**
* Highlight styles.
*/