I am working on a project where I'll first create a framework for the iOS platform(pod) and after that I will implement this framework in an actual iOS application to show the use of it. The framework is supposed to gather data about the user's face from the camera and the heart rate from an Apple watch.
Now when it comes to modeling this in a use case diagram I am unsure. Should I show both the user and the framework as actors in one use case diagram? And then show that the use case that provides the data about the user is the framework's job?