BMXUserProfileAuthQuestion Class Reference#
Inherits from NSObject
Declared in floo_proxy.h
Overview#
@interface Friend request authoriztion question
Properties#
swigCMemOwn#
@property (nonatomic) BOOL swigCMemOwn
swigCPtr#
@property (nonatomic) void *swigCPtr
Instance Methods#
dealloc#
- (void)dealloc
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileAuthQuestion",function="dealloc" %}{% endlanying_code_snippet %}
getMAnswer#
- (NSString *)getMAnswer
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileAuthQuestion",function="getMAnswer" %}{% endlanying_code_snippet %}
getMQuestion#
- (NSString *)getMQuestion
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileAuthQuestion",function="getMQuestion" %}{% endlanying_code_snippet %}
init#
- (id)init
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileAuthQuestion",function="init" %}{% endlanying_code_snippet %}
initWithCptr:swigOwnCObject:#
- (id)initWithCptr:(void )cptr swigOwnCObject:(BOOL)ownCObject*
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileAuthQuestion",function="initWithCptr:swigOwnCObject:" %}{% endlanying_code_snippet %}
setMAnswer:#
- (void)setMAnswer:(NSString )value*
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileAuthQuestion",function="setMAnswer:" %}{% endlanying_code_snippet %}
setMQuestion:#
- (void)setMQuestion:(NSString )value*
Example:
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileAuthQuestion",function="setMQuestion:" %}{% endlanying_code_snippet %}