remove example comment

This commit is contained in:
Jack Flintermann 2016-04-29 14:26:11 -04:00
parent 1c687a0817
commit a28dbe6e2c
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@
STPPaymentCardTextField *paymentTextField = [[STPPaymentCardTextField alloc] init];
paymentTextField.delegate = self;
paymentTextField.cursorColor = [UIColor purpleColor];
paymentTextField.numberPlaceholder = @"card number wooo!!";
self.paymentTextField = paymentTextField;
[self.view addSubview:paymentTextField];