Flutter iOS Embedder
FlutterUndoManagerDelegate.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

protocol  <FlutterUndoManagerDelegate>
 

Functions

NS_ASSUME_NONNULL_BEGIN typedef NS_ENUM (NSInteger, FlutterUndoRedoDirection)
 

Function Documentation

◆ NS_ENUM()

NS_ASSUME_NONNULL_BEGIN typedef NS_ENUM ( NSInteger  ,
FlutterUndoRedoDirection   
)

Definition at line 12 of file FlutterUndoManagerDelegate.h.

12  {
13  // NOLINTBEGIN(readability-identifier-naming)
14  FlutterUndoRedoDirectionUndo,
15  FlutterUndoRedoDirectionRedo,
16  // NOLINTEND(readability-identifier-naming)
17 };