ObjFW  Diff

Differences From Artifact [1787c0819c]:

To Artifact [750cb161c4]:


19
20
21
22
23
24
25

26
27
28
29
30
31
32
#import "OFASN1Value.h"

OF_ASSUME_NONNULL_BEGIN

/*!
 * @brief An ASN.1 Integer.
 */

@interface OFASN1Integer: OFObject
{
	intmax_t _integerValue;
}

/*!
 * @brief The Integer value.







>







19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#import "OFASN1Value.h"

OF_ASSUME_NONNULL_BEGIN

/*!
 * @brief An ASN.1 Integer.
 */
OF_SUBCLASSING_RESTRICTED
@interface OFASN1Integer: OFObject
{
	intmax_t _integerValue;
}

/*!
 * @brief The Integer value.