#import <pthread.h> @interface HMViewController () - (IBAction)btnClick; @end @implementation HMViewController - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. } - (void)didReceiveMe…