#include <uitextselectioncontroller.hpp> struct Selection { // fields Point anchor; Point focus; // methods bool isValid() const; };