0

違いは何ですか:

@interface MyClass 
{ 
    NSString *string; 
}

と...

NSString *string; 
@interface MyClass 
{ 
}

ありがとう!

4

1 に答える 1