AVDArrowType Constants Reference
Declared in | AVDBrush.h |
---|
AVDArrowType
Definition
typedef NS_ENUM(NSInteger, AVDArrowType ) {
AVDArrowNone = 1,
AVDArrowBegin = 1 < < 1,
AVDArrowEnd = 1 < < 2,
AVDArrowDouble = AVDArrowBegin | AVDArrowEnd,
};