mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
add the enum direct comments back (#2936)
This commit is contained in:
committed by
Adlai Holler
parent
e143942d22
commit
7d68ce33bb
@@ -14,6 +14,11 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/**
|
||||
* Map Annotation options.
|
||||
* The default behavior is to ignore the annotations' positions, use the region or options specified instead.
|
||||
* Swift: to select the default behavior, use [].
|
||||
*/
|
||||
typedef NS_OPTIONS(NSUInteger, ASMapNodeShowAnnotationsOptions)
|
||||
{
|
||||
/** The annotations' positions are ignored, use the region or options specified instead. */
|
||||
|
||||
Reference in New Issue
Block a user