Control a view from another class

Hello there!
I need help!
In my project i have a class called ViewController, in this class make a control to view in storyboard.
I want to make another class that control one segment that this view.

In this segment i need to use 2 label an 1 imageView and want to control these from a new class.
In my new class , what kind of subclass i should i use, that allow me to do the necessary @IBOutlet? (label imagevew)

Thanks for any help you can give me

Bye!