Banuba SDK
Functions
BNBRotation.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Functions

typedef NS_ENUM (NSInteger, BNBRotation)
 

Function Documentation

◆ NS_ENUM()

typedef NS_ENUM ( NSInteger  ,
BNBRotation   
)

Definition at line 6 of file BNBRotation.h.

7 {
8  BNBRotationDeg0,
9  BNBRotationDeg90,
10  BNBRotationDeg180,
11  BNBRotationDeg270,
12 };