RGLNameSpaceMDL
Objective-C
@interface RGLNameSpaceMDL : NSObject
@property (nonatomic, strong, readonly) NSString *name;
RGL_EMPTY_INIT_UNAVAILABLE
- (instancetype)initWithName:(NSString *)name NS_DESIGNATED_INITIALIZER;
- (void)addField:(NSString *)name intentToRetain:(RGLeMDLIntentToRetain)value;
@end
Swift
class RGLNameSpaceMDL : NSObject
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSString *nameSwift
var name: String { get } -
Unavailable
Not the designated initializer.
Undocumented
Declaration
Objective-C
RGL_EMPTY_INIT_UNAVAILABLE -
Unavailable
Not the designated initializer.
Undocumented
Declaration
Objective-C
RGL_EMPTY_INIT_UNAVAILABLE -
Undocumented
Declaration
Objective-C
- (instancetype)initWithName:(NSString *)name NS_DESIGNATED_INITIALIZER;Swift
init(name: String) -
Undocumented
Declaration
Objective-C
- (void)addField:(NSString *)name intentToRetain:(RGLeMDLIntentToRetain)value;Swift
func addField(_ name: String, intentToRetain value: eMDLIntentToRetain)