@objc 란
SWIFT로 구현된 코드를 Object-C에서도 사용하겠다는 의미이다.
class MyController: UIViewController { @objc func authenticateUser() { } }
굿굿