Version 0.0.0-0

Pair Reference

File
GitHubUpdates/Pair.h
Copyright
© (c) 2017, Jean-David Gadina - www.xs-labs.com
Date
Sunday, June 18, 2017
Includes
  • <Foundation/Foundation.h>

Class PairFirstType,SecondType

Attributes

Conforms to
FirstType
SecondType
Superclass
Pair

initWithFirstValue:secondValue: Top

Initialized an instance of this class.

@property( atomic, readwrite, strong, nullable ) FirstType first; @property( atomic, readwrite, strong, nullable ) SecondType second; - ( instancetype )initWithFirstValue: ( nullable FirstType )v1 secondValue: ( nullable SecondType )v2 NS_DESIGNATED_INITIALIZER; @@end

Discussion

This is the class's designated initializer.

Return value

The initialized instance

Fields
  • v1
    The first object
  • v2
    The second object