1

これを変換することは可能ですか:

- (id)initWithFrame : (NSRect)frame 
{
    if (self = [super initWithFrame:frame])
    {
        [self setFont:[NSFont fontWithName:@"Arial" size:0.0]];
      //  [self startTask];
}
    return self;
}

空にする?

ありがとう、エリヤ

4

0 に答える 0