WhatsNewPageList public protocol WhatsNewPageList : _ViewEmptyChecking, View Protocol for WhatsNewPageList V Undocumented Declaration Swift associatedtype V : View count Number of views in the WhatsNewPageList Declaration Swift var count: Int { get } view(at:) The view at the given index in the WhatsNewPageList Declaration Swift func view(at index: Int) -> V