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  FlutterUndoRedoDirectionUndo,
14  FlutterUndoRedoDirectionRedo,
15 };