16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
* version 3.0 along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
#import "OFConcreteValue.h"
#import "OFMethodSignature.h"
#import "OFString.h"
#import "OFOutOfRangeException.h"
@implementation OFConcreteValue
- (instancetype)initWithBytes: (const void *)bytes
objCType: (const char *)objCType
{
|
>
|
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
* version 3.0 along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
#import "OFConcreteValue.h"
#import "OFMethodSignature.h"
#import "OFString.h"
#import "OFString+Private.h"
#import "OFOutOfRangeException.h"
@implementation OFConcreteValue
- (instancetype)initWithBytes: (const void *)bytes
objCType: (const char *)objCType
{
|