mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Move AS_TEXT_ALERT_UNIMPLEMENTED_FEATURE into ASTextNodeCommon (#1191)
This commit is contained in:
committed by
GitHub
parent
14681c00c4
commit
8382edd7ef
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user