ScreenType

NS_ENUM(NSInteger, ScreenType){
    ScreenTypeEditContents,
    ScreenTypePreviewContents
}

Undocumented