VOScreenType

NS_ENUM(NSInteger, VOScreenType){
    VOScreenTypeEditContents,
    VOScreenTypePreviewContents
}

Undocumented