3232@interface CPTAxis ()
3333
3434@property (nonatomic , readwrite , assign ) BOOL needsRelabel;
35- @property (nonatomic , readwrite , cpt_weak_property, nullable ) cpt_weak CPTGridLines *minorGridLines;
36- @property (nonatomic , readwrite , cpt_weak_property, nullable ) cpt_weak CPTGridLines *majorGridLines;
37- @property (nonatomic , readwrite , cpt_weak_property, nullable ) cpt_weak CPTAxisLabel *pointingDeviceDownLabel;
38- @property (nonatomic , readwrite , cpt_weak_property, nullable ) cpt_weak CPTAxisLabel *pointingDeviceDownTickLabel;
35+ @property (nonatomic , readwrite , cpt_weak_property, nullable ) CPTGridLines *minorGridLines;
36+ @property (nonatomic , readwrite , cpt_weak_property, nullable ) CPTGridLines *majorGridLines;
37+ @property (nonatomic , readwrite , cpt_weak_property, nullable ) CPTAxisLabel *pointingDeviceDownLabel;
38+ @property (nonatomic , readwrite , cpt_weak_property, nullable ) CPTAxisLabel *pointingDeviceDownTickLabel;
3939@property (nonatomic , readwrite , assign ) BOOL labelFormatterChanged;
4040@property (nonatomic , readwrite , assign ) BOOL minorLabelFormatterChanged;
4141@property (nonatomic , readwrite , strong , nullable ) CPTMutableLimitBandArray mutableBackgroundLimitBands;
@@ -429,17 +429,17 @@ @implementation CPTAxis
429429 **/
430430@synthesize separateLayers;
431431
432- /* * @property nullable cpt_weak CPTPlotArea *plotArea
432+ /* * @property nullable CPTPlotArea *plotArea
433433 * @brief The plot area that the axis belongs to.
434434 **/
435435@synthesize plotArea;
436436
437- /* * @property nullable cpt_weak CPTGridLines *minorGridLines
437+ /* * @property nullable CPTGridLines *minorGridLines
438438 * @brief The layer that draws the minor grid lines.
439439 **/
440440@synthesize minorGridLines;
441441
442- /* * @property nullable cpt_weak CPTGridLines *majorGridLines
442+ /* * @property nullable CPTGridLines *majorGridLines
443443 * @brief The layer that draws the major grid lines.
444444 **/
445445@synthesize majorGridLines;
@@ -450,13 +450,13 @@ @implementation CPTAxis
450450@dynamic axisSet;
451451
452452/* * @internal
453- * @property nullable cpt_weak CPTAxisLabel *pointingDeviceDownLabel
453+ * @property nullable CPTAxisLabel *pointingDeviceDownLabel
454454 * @brief The label that was selected on the pointing device down event.
455455 **/
456456@synthesize pointingDeviceDownLabel;
457457
458458/* * @internal
459- * @property nullable cpt_weak CPTAxisLabel *pointingDeviceDownTickLabel
459+ * @property nullable CPTAxisLabel *pointingDeviceDownTickLabel
460460 * @brief The tick label that was selected on the pointing device down event.
461461 **/
462462@synthesize pointingDeviceDownTickLabel;
0 commit comments