0

I can't seem to find information about what it means. Is it that it is a public method? What other variations are there? Thanks!

+ (void)getSampleRequestWithUserToken:(NSString *)token sampleID:(NSString *)sampleID successBlock:(RequestCompletionBlock)block errorBlock:(RequestFailureBlock)failBlock
{
      // code
Marcel Gruber
  • 5,810
  • 5
  • 31
  • 52
  • 1
    Regarding your question about whether it's a public method: the concepts of public and private methods don't map directly to Objective-C. Check out the answers to [this question](http://stackoverflow.com/questions/172598/best-way-to-define-private-methods-for-a-class-in-objective-c). – rob mayoff Feb 06 '15 at 05:51
  • Excellent; thank you. – Marcel Gruber Feb 06 '15 at 07:01

0 Answers0