#pragma CommonUrlImageView
class CommonUrlImageView;
class CommonUrlImageView: public CAImageView
{
....
}
还有class CommonUrlImageView 写两遍有何用意?
PHPz2017-04-17 13:01:13
#pragma
Should be a quick index of text
The previous class is usually a forward declaration
Please correct me if I’m wrong