This document describes an Objective-C programming demo for fractions without a user interface. It defines a Fraction class with numerator and denominator properties. The Fraction class implements a print method to output the fraction values. Header and implementation files are provided for the Fraction class. The main method constructs a Fraction object and sets its numerator property as an example.