> - (UIBezierPath *)valuePath { > if (!_valuePath) { > _valuePath = [UIBezierPath bezierPath]; > } > return _bezierPath; > } 此处应该是return _valuePath;