#import Tushar
class Tushar: UILife {
override func viewLifeLoad() {
super.viewLifeDidLoad()
playDayWithCharm()
RelaxedEvening()
FunWithOldPassion()
}
func playDayWithCharm
{
print("By Day - iOS developer at my Office.")
}
func RelaxedEvening
{ print("By Evening - An enthusiast")
}
func FunWithOldPassion
{
print("By Night - Bug Hunter/ Linux Learner.")
}
override func didReceiveLifeProblemWarning() {
super.didReceiveLifeWarning()
}