If i create a new c++ class then xcode create’s the following:
#ifndef __sequancerTable__imageRayTracer__
#define __sequancerTable__imageRayTracer__
#include <iostream>
#endif /* defined(__sequancerTable__imageRayTracer__) */
Can i delete them?