OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mainLabel
(Results
1 - 4
of
4
) sorted by null
/external/grpc-grpc/examples/objective-c/auth_sample/
MakeRPCViewController.h
24
@property(weak, nonatomic) IBOutlet UILabel *
mainLabel
;
MakeRPCViewController.m
66
self.
mainLabel
.text = [NSString stringWithFormat:@"Used scope: %@ on behalf of user %@",
70
self.
mainLabel
.text = error.UIDescription;
81
self.
mainLabel
.text = @"Waiting for RPC to complete...";
SelectUserViewController.h
25
@property(weak, nonatomic) IBOutlet UILabel *
mainLabel
;
SelectUserViewController.m
52
self.
mainLabel
.text = [NSString stringWithFormat:@"User: %@", user.profile.email];
64
self.
mainLabel
.text = @"Please sign in.";
Completed in 96 milliseconds